select id, project, drill_time, ought_to, remark, unit_id, filename, filepath, equipment, ammunition, mototime, drill_endtime, training_category, address, createtime, create_id, safety, chief_official, targeted, system, excellent, pass, fail, yingxun, shixun, participation_rate, assessment, unitname,training_content from bdgl_drill
insert into bdgl_drill
project,
drill_time,
ought_to,
remark,
unit_id,
filename,
filepath,
equipment,
ammunition,
mototime,
drill_endtime,
training_category,
address,
createtime,
create_id,
safety,
chief_official,
targeted,
system,
excellent,
pass,
fail,
yingxun,
shixun,
participation_rate,
assessment,
unitname,
training_content,
#{project},
#{drillTime},
#{oughtTo},
#{remark},
#{unitId},
#{filename},
#{filepath},
#{equipment},
#{ammunition},
#{mototime},
#{drillEndtime},
#{trainingCategory},
#{address},
#{createtime},
#{createId},
#{safety},
#{chiefOfficial},
#{targeted},
#{system},
#{excellent},
#{pass},
#{fail},
#{yingxun},
#{shixun},
#{participationRate},
#{assessment},
#{unitname},
#{trainingContent},
update bdgl_drill
project = #{project},
drill_time = #{drillTime},
ought_to = #{oughtTo},
remark = #{remark},
unit_id = #{unitId},
filename = #{filename},
filepath = #{filepath},
equipment = #{equipment},
ammunition = #{ammunition},
mototime = #{mototime},
drill_endtime = #{drillEndtime},
training_category = #{trainingCategory},
address = #{address},
createtime = #{createtime},
create_id = #{createId},
safety = #{safety},
chief_official = #{chiefOfficial},
targeted = #{targeted},
system = #{system},
excellent = #{excellent},
pass = #{pass},
fail = #{fail},
yingxun = #{yingxun},
shixun = #{shixun},
participation_rate = #{participationRate},
assessment = #{assessment},
unitname = #{unitname},
training_content = #{trainingContent},
where id = #{id}
delete from bdgl_drill where id = #{id}
delete from bdgl_drill where id in
#{id}