This commit is contained in:
sxu 2025-03-26 17:43:51 +08:00
parent 6a5ce142ae
commit 09cbe9d4fe
1 changed files with 3 additions and 3 deletions

View File

@ -200,7 +200,7 @@
ci.cust_num,
ci.nick_name as cust_name,
ci.phonenumber as mobile,
co.dept_name AS org_full_name,
co.dept_full_name AS org_full_name,
atr.psn_type,
cpt.psn_type_name,
atr.crby,
@ -364,7 +364,7 @@
ci.cust_num,
ci.nick_name as cust_name,
ci.phonenumber as mobile,
co.dept_name AS custOrgFullName,
co.dept_full_name AS custOrgFullName,
IFNULL(t3.count,0) AS `times`,
IFNULL(t3.amount,0) AS `amount`,
IFNULL(t3.clearTimes,0) AS clearTimes,
@ -484,7 +484,7 @@
SELECT
g.dept_id as org_id,
<!-- g.org_num, -->
g.dept_name AS org_full_name,
g.dept_full_name AS org_full_name,
IFNULL(t3.count,0) AS `times`,
IFNULL(t3.amount,0) AS `amount`,
IFNULL(t3.clearTimes,0) AS clearTimes,