select id, task_id, task_name, stauts, file, file_name, remark, accomplish_time, createtime, updatetime, admin_id, people_id, people_name, schedule,publisher,publisher_id,unitname from bdgl_work_progress
insert into bdgl_work_progress
task_id,
task_name,
stauts,
file,
file_name,
remark,
accomplish_time,
createtime,
updatetime,
admin_id,
people_id,
people_name,
schedule,
publisher,
publisher_id,
unitname,
#{taskId},
#{taskName},
#{stauts},
#{file},
#{fileName},
#{remark},
#{accomplishTime},
#{createtime},
#{updatetime},
#{adminId},
#{peopleId},
#{peopleName},
#{schedule},
#{publisher},
#{publisherId},
#{unitname},
update bdgl_work_progress
task_id = #{taskId},
task_name = #{taskName},
stauts = #{stauts},
file = #{file},
file_name = #{fileName},
remark = #{remark},
accomplish_time = #{accomplishTime},
createtime = #{createtime},
updatetime = #{updatetime},
admin_id = #{adminId},
people_id = #{peopleId},
people_name = #{peopleName},
schedule = #{schedule},
publisher = #{publisher},
publisher_id = #{publisherId},
unitname = #{unitname},
where id = #{id}
delete from bdgl_work_progress where task_id = #{id}
delete from bdgl_work_progress where id in
#{id}
delete from bdgl_work_progress where id = #{id}
delete from bdgl_work_progress where task_id = #{taskId}