From 2fa6f8a06129636380d414f85155c3b03fce2b80 Mon Sep 17 00:00:00 2001 From: aike <17730485278@139.com> Date: Tue, 7 Apr 2026 15:40:46 +0800 Subject: [PATCH] =?UTF-8?q?demand:=20=20=20=20=20=E9=94=80=E5=94=AE?= =?UTF-8?q?=E5=9B=9E=E6=AC=BE=E7=8E=87=E7=9B=B8=E5=85=B3=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index fec9eb57c..b6ba208cb 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -366,7 +366,7 @@ wss.id as waybill_other_id, wss.waybill_id as waybill_other_waybill_id, wss.bill_code as waybill_other_bill_code, - COALESCE(wss.sales_support, mu2.sales_support, a4.sales_support) as waybill_other_sales_support, + wss.sales_support as waybill_other_sales_support, COALESCE(wss.money_user_id, a3.money_user_id) as waybill_other_money_user_id, COALESCE(mu.company, mu2.company) as waybill_other_money_company, @@ -480,7 +480,7 @@ wss.id as waybill_other_id, wss.waybill_id as waybill_other_waybill_id, wss.bill_code as waybill_other_bill_code, - COALESCE(wss.sales_support, mu2.sales_support, a4.sales_support) as waybill_other_sales_support, + wss.sales_support as waybill_other_sales_support, COALESCE(wss.money_user_id, a3.money_user_id) as waybill_other_money_user_id, COALESCE(mu.company, mu2.company) as waybill_other_money_company, a3.sales_executive ,