Browse Source

no message

xingzai 2 years ago
parent
commit
20fdbd7209
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/wx_user.go

+ 1 - 1
models/wx_user.go

@@ -316,7 +316,7 @@ func GetUserRegisterList() (items []*WxUser, err error) {
 				AND b.STATUS IN ( '正式', '试用', '冻结' ) 
 				AND cp.product_id = 2 
 			) 
-			AND u.is_register = 1 
+			AND u.register_time IS NOT NULL
 			AND cp.product_id = 2 
 		GROUP BY
 			u.user_id`