chromesetting
daiao 5 years ago
parent 8bb010f6a6
commit df57b58933

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

Loading…
Cancel
Save