经纪人

This commit is contained in:
曹磊 2024-08-09 21:11:40 +08:00
parent 93f67a83f3
commit 95273aafa2
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@
ifnull((select count(*)
from tb_user ac
where ac.bl_fxy_code = y.invitation_code
and date_format(aa.create_time, '%Y-%m-%d') = date_format(now(),'%Y-%m-%d')),0
and date_format(ac.create_time, '%Y-%m-%d') = date_format(now(),'%Y-%m-%d')),0
) as curUserCount,
ifnull(t1.ordersCount,0)+ifnull(t2.ordersCount,0) as ordersCount,
ifnull(t4.ordersCount,0)+ifnull(t5.ordersCount,0) as curOrdersCount,