This commit is contained in:
sylor_huang@126.com 2020-07-14 20:32:08 +08:00
parent e47a8f34c9
commit afbf8f337e
1 changed files with 3 additions and 3 deletions

View File

@ -76,9 +76,9 @@ class SyncForgeController < ApplicationController
end
end
end
normal_status(1, "completed_sync")
# normal_status(1, "completed_sync")
rescue Exception => e
normal_status(-1, e.message)
SyncLog.sync_log("=================sync_user_failed====#{e}")
end
private