From d3e54c9e02a76994af11ca5ac8bab4003577868c Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 16 May 2024 15:14:21 +0800 Subject: [PATCH] md --- .../resources/mapper/EmisWaybillAttachmentMapper.xml | 2 -- .../src/main/resources/mapper/EmisWaybillCargoMapper.xml | 2 -- .../main/resources/mapper/EmisWaybillFeeitemMapper.xml | 9 +++++---- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillAttachmentMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillAttachmentMapper.xml index 6edecf48b..739eaf7a3 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillAttachmentMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillAttachmentMapper.xml @@ -54,7 +54,6 @@ insert into emis_waybill_attachment - id, waybill_id, attach_type, file_name, @@ -69,7 +68,6 @@ remark, - #{id}, #{waybillId}, #{attachType}, #{fileName}, diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillCargoMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillCargoMapper.xml index b9cf905af..32b64b9f5 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillCargoMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillCargoMapper.xml @@ -98,7 +98,6 @@ insert into emis_waybill_cargo - id, waybill_id, goods_code, goods_name, @@ -135,7 +134,6 @@ remark, - #{id}, #{waybillId}, #{goodsCode}, #{goodsName}, diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillFeeitemMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillFeeitemMapper.xml index 651b4ea6d..afa91d77f 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillFeeitemMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillFeeitemMapper.xml @@ -17,6 +17,7 @@ + @@ -27,7 +28,7 @@ - select id, waybill_id, fee_code, fee_name, fee, real_fee, currency, quote_id, expr_id, calc_exp, initial_weight_fee, add_weight_price, order_num, del_flag, create_by, create_time, update_by, update_time, remark from emis_waybill_feeitem + select id, waybill_id, fee_code, fee_name, fee, real_fee, currency, quote_id, expr_id, calc_exp, initial_weight_fee, add_weight_price, bl_auto_gen, order_num, del_flag, create_by, create_time, update_by, update_time, remark from emis_waybill_feeitem @@ -66,7 +67,6 @@ insert into emis_waybill_feeitem - id, waybill_id, fee_code, fee_name, @@ -78,6 +78,7 @@ calc_exp, initial_weight_fee, add_weight_price, + bl_auto_gen, order_num, del_flag, create_by, @@ -87,7 +88,6 @@ remark, - #{id}, #{waybillId}, #{feeCode}, #{feeName}, @@ -99,6 +99,7 @@ #{calcExp}, #{initialWeightFee}, #{addWeightPrice}, + #{blAutoGen}, #{orderNum}, #{delFlag}, #{createBy},