|
|
@@ -287,7 +287,7 @@ func GetAllXcxUserCountByMonth(start, end time.Time, useCache bool) (monthFansLi
|
|
|
|
|
|
SELECT
|
|
|
count(*) AS c,
|
|
|
- date_format(DATE_ADD(created_at, INTERVAL 8 HOUR),'%s') AS ym,,
|
|
|
+ date_format(DATE_ADD(created_at, INTERVAL 8 HOUR),'%s') AS ym,
|
|
|
date_format(DATE_ADD(created_at, INTERVAL 8 HOUR),'%s') AS m
|
|
|
FROM
|
|
|
wx_users
|