@@ -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
GROUP BY
u.user_id`