dev_home
cxt 5 years ago
parent 58170eb574
commit 7fbfe5f6b0

@ -602,7 +602,7 @@ class ExercisesController < ApplicationController
end
rescue Exception => e
uid_logger_error(e.message)
tip_exception("提交出现错误!")
tip_exception(e.message)
raise ActiveRecord::Rollback
end
end

Loading…
Cancel
Save