select id, sheepfold_id, datetime, technician, way, usage_id, ratio, comment, update_by, update_time, create_by, create_time from sw_disinfect
insert into sw_disinfect
sheepfold_id,
datetime,
technician,
way,
usage_id,
ratio,
comment,
update_by,
update_time,
create_by,
create_time,
#{sheepfoldId},
#{datetime},
#{technician},
#{way},
#{usageId},
#{ratio},
#{comment},
#{updateBy},
#{updateTime},
#{createBy},
#{createTime},
update sw_disinfect
sheepfold_id = #{sheepfoldId},
datetime = #{datetime},
technician = #{technician},
way = #{way},
usage_id = #{usageId},
ratio = #{ratio},
comment = #{comment},
update_by = #{updateBy},
update_time = #{updateTime},
create_by = #{createBy},
create_time = #{createTime},
where id = #{id}
delete from sw_disinfect where id = #{id}
delete from sw_disinfect where id in
#{id}