select id, xm_id, xmbh, dept_id, shrxm, xmjd, shjg, shyj, shsj, create_by, create_time, update_by, update_time, remark from zsyz_shyj
insert into zsyz_shyj
xm_id,
xmbh,
dept_id,
shrxm,
xmjd,
shjg,
shyj,
shsj,
create_by,
update_by,
update_time,
remark,
create_time
#{xmId},
#{xmbh},
#{deptId},
#{shrxm},
#{xmjd},
#{shjg},
#{shyj},
#{shsj},
#{createBy},
#{updateBy},
#{updateTime},
#{remark},
sysdate()
update zsyz_shyj
xm_id = #{xmId},
xmbh = #{xmbh},
dept_id = #{deptId},
shrxm = #{shrxm},
xmjd = #{xmjd},
shjg = #{shjg},
shyj = #{shyj},
shsj = #{shsj},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where id = #{id}
delete from zsyz_shyj where id = #{id}
delete from zsyz_shyj where id in
#{id}