소스 검색

更改fohow user grouth 接口

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

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

@@ -259,7 +259,7 @@ func GetFohowRankMonthNewUsers(startTime, endTime time.Time) (list []*MonthItem)
 		FROM
 			wx_users
 		WHERE
-			and UNIX_TIMESTAMP('%s') <= partner_time
+			UNIX_TIMESTAMP('%s') <= partner_time
 			AND partner_time < UNIX_TIMESTAMP('%s')
 		AND rank=1 and show_invite_mode=true
 		GROUP BY