select id, batch_id, pos_no, pos_desc, del_flag, create_by, create_time, update_by, update_time, remark from emis_tms_site_batch_loading
insert into emis_tms_site_batch_loading
id,
batch_id,
pos_no,
pos_desc,
del_flag,
create_by,
create_time,
update_by,
update_time,
remark,
#{id},
#{batchId},
#{posNo},
#{posDesc},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
update emis_tms_site_batch_loading
batch_id = #{batchId},
pos_no = #{posNo},
pos_desc = #{posDesc},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where id = #{id}
delete from emis_tms_site_batch_loading where id = #{id}
delete from emis_tms_site_batch_loading where id in
#{id}