dev_home
cxt 5 years ago
parent dc3672f2d7
commit c4f018d274

@ -827,7 +827,7 @@ class CoursesController < ApplicationController
normal_status(0, "操作成功")
rescue => e
uid_logger_error(e.message)
tip_exception("操作失败")
tip_exception(e.message)
raise ActiveRecord::Rollback
end
end

Loading…
Cancel
Save