ziwen 1 year ago
parent
commit
2184ebbef6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      models/cygx_yanxuan_special_user.go

+ 0 - 1
models/cygx_yanxuan_special_user.go

@@ -131,7 +131,6 @@ FROM
 	INNER JOIN company AS c ON c.company_id = u.company_id 
 WHERE
 	a.nick_name <> '' 
-	AND a.STATUS = 1 
 ORDER BY
 	latest_publish_time DESC `
 	_, err = o.Raw(sql).QueryRows(&items)