feat: 增加[客户行业、客户来源]等字段显示,重构代码

This commit is contained in:
dhb52
2024-03-05 23:16:16 +08:00
parent a23ea45632
commit 0386820a1c
6 changed files with 138 additions and 73 deletions

View File

@@ -180,8 +180,10 @@
SELECT
a.`name` AS customer_name,
b.`name` AS contract_name,
b.total_price AS contract_price,
b.total_price,
IFNULL( c.price, 0 ) AS receivable_price,
a.industry_id,
a.source,
a.owner_user_id,
a.creator AS creator_user_id,
a.create_time,