From 677fc7b72eaab8462747ae8715c5a4d329fc720b Mon Sep 17 00:00:00 2001
From: aike <17730485278@139.com>
Date: Thu, 18 Sep 2025 10:32:00 +0800
Subject: [PATCH] =?UTF-8?q?demand:=20=20TMS=E7=B3=BB=E7=BB=9F=E8=B4=A2?=
=?UTF-8?q?=E5=8A=A1=E9=94=80=E8=B4=A6=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
committer: heyu
---
.../main/resources/mapper/EmisWriteoffApplyDetailMapper.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/emis-biz/src/main/resources/mapper/EmisWriteoffApplyDetailMapper.xml b/emis-biz/src/main/resources/mapper/EmisWriteoffApplyDetailMapper.xml
index efda638f9..c6a20c9a2 100644
--- a/emis-biz/src/main/resources/mapper/EmisWriteoffApplyDetailMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWriteoffApplyDetailMapper.xml
@@ -50,6 +50,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
+
@@ -205,6 +206,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
w.send_country as w_send_country, w.send_province as w_send_province, w.send_city as w_send_city,
w.send_county as w_send_county, w.send_town as w_send_town, w.send_address as w_send_address, w.send_postcode as w_send_postcode,
w.freight as w_freight, w.salesmen as w_salesmen, w.payee as w_payee, w.payment_type as w_payment_type, w.product_type as w_product_type,
+ tp.prod_name as w_product_type_name,
w.parcel_qty as w_parcel_qty, w.bill_weight as w_bill_weight, w.total_volume as w_total_volume, w.send_date as w_send_date,
w.dispatch_date as w_dispatch_date, w.sign_man as w_sign_man, w.sign_man_code as w_sign_man_code,
w.sign_site_code as w_sign_site_code, w.sign_date as w_sign_date, w.timezone_offset as w_timezone_offset, w.payment_status as w_payment_status,
@@ -243,6 +245,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
ssb.confirm_site_man_code as ssb_confirm_site_man_code, ssb.confirm_site_note as ssb_confirm_site_note, ssb.confirm_site_code as ssb_confirm_site_code
from emis_writeoff_apply_detail wad
left join emis_waybill w on wad.bill_code = w.bill_code
+ left join emis_trans_product tp on w.product_type = tp.prod_code
left join emis_settle_bill sb on wad.settle_bill_no = sb.settle_bill_no
left join emis_settle_sub_bill ssb on wad.bill_code = ssb.bill_code
left join emis_site send_site on w.send_site_code = send_site.site_code