customer statplan add data_log fixbug order
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user