diff --git a/emis-biz/src/main/resources/mapper/EmisTmsCostFeeSplitMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsCostFeeSplitMapper.xml index cb9783e7b..3360d4752 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsCostFeeSplitMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsCostFeeSplitMapper.xml @@ -26,7 +26,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" + + + + @@ -56,7 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - select id, cost_no, batch_no, bill_code, main_bill_code, send_place, dest_place, bill_month, trade_date, trans_sign_no, supplier_code, fee_type, split_type, split_value, cost_fee, total_volume, bill_weight, trans_weight, trans_volume, trans_cost_fee, fee_item_id, calc_expr, calc_remark, bl_manual, bl_virtual, bl_sub, remark, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_tms_cost_fee_split + select id, cost_no, batch_no, bill_code, main_bill_code, send_place, dest_place, bill_month, trade_date, trans_sign_no, supplier_code, fee_type, split_type, split_value, cost_fee, total_volume, bill_weight, trans_weight, trans_volume, trans_cost_fee, currency, currecy_to_cny_rate, cny_fee, fee_item_id, price, calc_expr, calc_remark, bl_manual, bl_virtual, bl_sub, remark, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_tms_cost_fee_split @@ -119,7 +123,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" @@ -141,7 +145,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" insert into emis_tms_cost_fee_split - id, cost_no, batch_no, bill_code, @@ -161,7 +164,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" trans_weight, trans_volume, trans_cost_fee, + currency, + currecy_to_cny_rate, + cny_fee, fee_item_id, + price, calc_expr, calc_remark, bl_manual, @@ -177,7 +184,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" update_site, - #{id}, #{costNo}, #{batchNo}, #{billCode}, @@ -197,7 +203,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" #{transWeight}, #{transVolume}, #{transCostFee}, + #{currency}, + #{currecyToCnyRate}, + #{cnyFee}, #{feeItemId}, + #{price}, #{calcExpr}, #{calcRemark}, #{blManual}, @@ -236,7 +246,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" trans_weight = #{transWeight}, trans_volume = #{transVolume}, trans_cost_fee = #{transCostFee}, + currency = #{currency}, + currecy_to_cny_rate = #{currecyToCnyRate}, + cny_fee = #{cnyFee}, fee_item_id = #{feeItemId}, + price = #{price}, calc_expr = #{calcExpr}, calc_remark = #{calcRemark}, bl_manual = #{blManual},