select id, batch_no, pos_no, row, col, layer, pos_desc, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_tms_site_batch_loading
insert into emis_tms_site_batch_loading
id,
batch_no,
pos_no,
row,
col,
layer,
pos_desc,
remark,
tenant_id,
del_flag,
create_by,
create_time,
update_by,
update_time,
create_site,
update_site,
#{id},
#{batchNo},
#{posNo},
#{row},
#{col},
#{layer},
#{posDesc},
#{remark},
#{tenantId},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{createSite},
#{updateSite},
update emis_tms_site_batch_loading
batch_no = #{batchNo},
pos_no = #{posNo},
row = #{row},
col = #{col},
layer = #{layer},
pos_desc = #{posDesc},
remark = #{remark},
tenant_id = #{tenantId},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
create_site = #{createSite},
update_site = #{updateSite},
where id = #{id}
delete from emis_tms_site_batch_loading where id = #{id}
delete from emis_tms_site_batch_loading where id in
#{id}