修改部分

This commit is contained in:
sylor_huang@126.com 2020-03-16 21:43:44 +08:00
parent bbf047ec94
commit f8e9853be3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
class SyncUserForgeTask
def call
Rails.logger.info("##########_______sync_start________###########")
all_users = User.where("login is not null").first(1000)
all_users = User.where("login is not null and mail is not null and type = ?", "User").first(1000)
# 这里再把所有用户循环
all_users.each do |u|
user_params = u.as_json