diff --git a/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml index 31c54e897..816f192b2 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml @@ -49,7 +49,7 @@ - select id, batch_no, batch_name, batch_date, trans_line_type, product_type, batch_type, trans_type, start_site_code, send_country, next_site_code, air_billl_no, etd, eta, car_no, ship_no, clearance_res_status, declare_res_status, dest_country, dest_country_name, trans_weight, pack_num, total_parcel_qty, total_waybill_qty, total_volume, total_weight, op_man, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_tms_site_batch + select id, batch_no, batch_name, batch_date, supplier_code, supplier_name, trans_line_type, product_type, batch_type, trans_type, start_site_code, send_country, next_site_code, air_billl_no, etd, eta, car_no, ship_no, clearance_res_status, declare_res_status, dest_country, dest_country_name, trans_weight, pack_num, total_parcel_qty, total_waybill_qty, total_volume, total_weight, op_man, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_tms_site_batch @@ -182,9 +184,12 @@ insert into emis_tms_site_batch + id, batch_no, batch_name, batch_date, + supplier_code, + supplier_name, trans_line_type, product_type, batch_type, @@ -219,9 +224,12 @@ update_site, + #{id}, #{batchNo}, #{batchName}, #{batchDate}, + #{supplierCode}, + #{supplierName}, #{transLineType}, #{productType}, #{batchType}, @@ -263,6 +271,8 @@ batch_no = #{batchNo}, batch_name = #{batchName}, batch_date = #{batchDate}, + supplier_code = #{supplierCode}, + supplier_name = #{supplierName}, trans_line_type = #{transLineType}, product_type = #{productType}, batch_type = #{batchType},