customer statplan add data_log fixbug order

This commit is contained in:
qianhy
2023-04-20 10:36:49 +08:00
committed by lccsw
parent cd05c7141f
commit bbde8549ed
+1 -1
View File
@@ -234,7 +234,7 @@ class Customer extends HD_Controller
where c.of_id = @of_id and c.of2_id = @of2_id and c.c_time >= UNIX_TIMESTAMP('@s_date')
union all
select
1 as spid,
@spid as spid,
date(now()) as stat_date,
UNIX_TIMESTAMP() as c_time,
c.id as c_id,