select id, bill_code, order_sn, main_bill_code, bl_sub_bill, op_type, op_date, op_man_code, op_man, op_site_code, op_site_name, op_desc, data_from, del_flag, remark, create_by, create_time, update_by, update_time, update_site, create_site from emis_waybill_oper_log
insert into emis_waybill_oper_log
bill_code,
order_sn,
main_bill_code,
bl_sub_bill,
op_type,
op_date,
op_man_code,
op_man,
op_site_code,
op_site_name,
op_desc,
data_from,
del_flag,
remark,
create_by,
create_time,
update_by,
update_time,
update_site,
create_site,
#{billCode},
#{orderSn},
#{mainBillCode},
#{blSubBill},
#{opType},
#{opDate},
#{opManCode},
#{opMan},
#{opSiteCode},
#{opSiteName},
#{opDesc},
#{dataFrom},
#{delFlag},
#{remark},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{updateSite},
#{createSite},
update emis_waybill_oper_log
bill_code = #{billCode},
order_sn = #{orderSn},
main_bill_code = #{mainBillCode},
bl_sub_bill = #{blSubBill},
op_type = #{opType},
op_date = #{opDate},
op_man_code = #{opManCode},
op_man = #{opMan},
op_site_code = #{opSiteCode},
op_site_name = #{opSiteName},
op_desc = #{opDesc},
data_from = #{dataFrom},
del_flag = #{delFlag},
remark = #{remark},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
update_site = #{updateSite},
create_site = #{createSite},
where id = #{id}
delete from emis_waybill_oper_log where id = #{id}
delete from emis_waybill_oper_log where id in
#{id}