From 127cba3e9ceb71ef74f162603ac488bf22b69253 Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 16 May 2024 15:15:35 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisWaybillFeeitemMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillFeeitemMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillFeeitemMapper.xml index afa91d77f..093f9b7bc 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillFeeitemMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillFeeitemMapper.xml @@ -121,7 +121,6 @@ currency = #{currency}, quote_id = #{quoteId}, expr_id = #{exprId}, - calc_exp = #{calcExp}, initial_weight_fee = #{initialWeightFee}, add_weight_price = #{addWeightPrice}, order_num = #{orderNum}, @@ -134,6 +133,8 @@ where id = #{id} + +