select id, synthesis, professional, common, people_number, youliang, jige, weijige,createtime from military_training
insert into military_training
id,synthesis,professional,common,people_number,youliang,jige,weijige,createtime,shiyou,canxun,weicanxun,canxunlv,#{id},#{synthesis},#{professional},#{common},#{peopleNumber},#{youliang},#{jige},#{weijige},#{createtime},#{shiyou},#{canxun},#{weicanxun},#{canxunlv},
update military_training
synthesis = #{synthesis},professional = #{professional},common = #{common},people_number = #{peopleNumber},youliang = #{youliang},jige = #{jige},weijige = #{weijige},createtime = #{createtime},
where id = #{id}
delete from military_training where id = #{id}
delete from military_training where id in
#{id}