From 30d60ebbbd812ec75020eac810ba1dc54558d754 Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 17 Feb 2025 22:00:42 +0800 Subject: [PATCH] md --- .../mapper/EmisTmsCostFeeRelMapper.xml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisTmsCostFeeRelMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsCostFeeRelMapper.xml index ba318e912..aa6e89081 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsCostFeeRelMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsCostFeeRelMapper.xml @@ -77,19 +77,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" where del_flag='0' and a.bill_code = #{billCode} - - insert into emis_tms_cost_fee_rel cost_no, bill_code, - fee_type, - split_type, - cost_fee, - total_volume, - bill_weight, - calc_remark, remark, del_flag, create_by, @@ -102,12 +94,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" #{costNo}, #{billCode}, - #{feeType}, - #{splitType}, - #{costFee}, - #{totalVolume}, - #{billWeight}, - #{calcRemark}, #{remark}, #{delFlag}, #{createBy}, @@ -124,12 +110,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" cost_no = #{costNo}, bill_code = #{billCode}, - fee_type = #{feeType}, - split_type = #{splitType}, - cost_fee = #{costFee}, - total_volume = #{totalVolume}, - bill_weight = #{billWeight}, - calc_remark = #{calcRemark}, remark = #{remark}, del_flag = #{delFlag}, create_by = #{createBy},