|
|
|
@ -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
|
|
|
|
|