MyBatis: 通过注解中写入数据并从数据库获得自增主键、动态SQL写入List类型的数据、动态SQL查询数据
一、通过使用@Options注解,将数据库的自增字段id中的值写到eemLeader对象的id字段,之后在其他地方使用@Options(useGeneratedKeys=true,keyColumn="id",keyProperty="id")@Insert("insertintoeem_leader(code,dept_id,name,gender,birthday,nation,politic