From 1b87708e3050f0eab34398a7c6f9087a27a94709 Mon Sep 17 00:00:00 2001 From: aike <17730485278@139.com> Date: Wed, 7 May 2025 14:07:46 +0800 Subject: [PATCH] =?UTF-8?q?demand:=20=E6=B5=B7=E8=BF=90=E8=B4=A6=E5=8D=95m?= =?UTF-8?q?apper=E6=A0=BC=E5=BC=8F=E4=BF=AE=E6=94=B9=20committer:=20heyu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/EmisSettleSubBillFeeitemMapper.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisSettleSubBillFeeitemMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleSubBillFeeitemMapper.xml index a99c2056c..48f174587 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleSubBillFeeitemMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleSubBillFeeitemMapper.xml @@ -59,7 +59,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" a.total_volume, seaway1.site_name as departure_port_name, seaway2.site_name as destination_port_name, - b.* + b.sub_bill_no, + b.bill_code, + b.fee_code, + b.fee_name, + b.bill_fee, + b.orig_fee, + b.currency, + b.order_num from emis_waybill a left join emis_settle_sub_bill_feeitem b on a.bill_code = b.bill_code and b.del_flag = '0' left join emis_site seaway1 on a.departure_port=seaway1.site_code and seaway1.del_flag='0'