|
|
@ -216,7 +216,7 @@ class ShixunsController < ApplicationController
|
|
|
|
ShixunInfo.create!(shixun_id: @new_shixun.id,
|
|
|
|
ShixunInfo.create!(shixun_id: @new_shixun.id,
|
|
|
|
description: @shixun.description,
|
|
|
|
description: @shixun.description,
|
|
|
|
evaluate_script: @shixun.evaluate_script,
|
|
|
|
evaluate_script: @shixun.evaluate_script,
|
|
|
|
shixun_reason: params[:reason].to_s.strip)
|
|
|
|
fork_reason: params[:reason].to_s.strip)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
# 同步私密版本库
|
|
|
|
# 同步私密版本库
|
|
|
|