demand: 销售回款率相关需求

This commit is contained in:
aike 2026-04-07 15:40:46 +08:00
parent 0d615c5a9a
commit 2fa6f8a061

View File

@ -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 ,