chromesetting
daiao 5 years ago
parent 8bb010f6a6
commit df57b58933

@ -367,7 +367,7 @@ class ShixunsController < ApplicationController
def create def create
begin begin
@shixun = CreateShixunService.call(current_user, shixun_params, params) @shixun = CreateShixunService.call(current_user, shixun_params, params)
rescue => e rescue Exception => e
logger_error("shixun_create_error: #{e.message}") logger_error("shixun_create_error: #{e.message}")
tip_exception("创建实训失败!") tip_exception("创建实训失败!")
end end

Loading…
Cancel
Save