bug 5440
This commit is contained in:
parent
6a5ce142ae
commit
09cbe9d4fe
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue