修改实训技术平台后,需要重新生成TPM脚本

This commit is contained in:
daiao 2017-09-18 14:21:29 +08:00
parent bad9e0b5e1
commit 71d2c18442
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ class ShixunsController < ApplicationController
begin
@shixun.save!
if language != params[:language]
shixun_modify_status_without_publish(@shixun, 1)
add_shixun_modify_status(@shixun, 1)
end
rescue
@error = "实训保存失败"