mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-08 15:21:52 +08:00
feat: 增加[客户行业、客户来源]等字段显示,重构代码
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user