瀏覽代碼

更改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