소스 검색

更改统计条件

abiao 5 년 전
부모
커밋
c8bfa12f36
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

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