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 ,