This commit is contained in:
sxu 2025-03-26 18:09:23 +08:00
parent 09cbe9d4fe
commit 03250fa797
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@
ci.cust_num,
ci.nick_name as cust_name,
ci.phonenumber as mobile,
co.dept_full_name AS custOrgFullName,
co.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,