소스 검색

更改fohow user grouth 接口

abiao 5 년 전
부모
커밋
532b57bb1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      go/gopath/src/fohow-statement-api/models/d5c_wx_user.go

+ 1 - 1
go/gopath/src/fohow-statement-api/models/d5c_wx_user.go

@@ -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