Browse Source

fix wx_user inner_no

abiao 5 years ago
parent
commit
ec78207ad2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      go/gopath/src/fohow.com/apps/models/user_model/three_wx_user.go

+ 2 - 2
go/gopath/src/fohow.com/apps/models/user_model/three_wx_user.go

@@ -195,9 +195,9 @@ func NewAvailableIntroArea(wxUserId, inviteRank int64) (string, string) {
 		WHERE
 			invite_id = ?
 		AND
-			invite_rank > ?
+			invite_rank >= ?
 		AND
-			invite_rank <= ?
+			invite_rank < ?
 		GROUP BY
 			intro_area 
 		ORDER BY