dev_home
cxt 5 years ago
parent 58170eb574
commit 7fbfe5f6b0

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

Loading…
Cancel
Save