dev_video
daiao 5 years ago
parent 64fccf50b7
commit a578bfcbb0

@ -227,10 +227,10 @@ class ChallengesController < ApplicationController
@challenge.update_attributes(picture_path: nil, web_route: nil, expect_picture_path: nil, original_picture_path: nil)
end
# 关卡评测执行文件如果被修改,需要修改脚本内容
unless @shixun.published
#unless @shixun.published
script = modify_shixun_script @shixun, @shixun.evaluate_script
@shixun.shixun_info.update_column(:evaluate_script, script)
end
#end
# TODO:
# if path != params[:challenge][:path]
# shixun_modify_status_without_publish(@shixun, 1)
@ -238,8 +238,8 @@ class ChallengesController < ApplicationController
#Attachment.attach_files(@challenge, params[:attachments])
end
end
rescue Exception => e
end
logger.error("##update_challenges: ##{e.message}")
tip_exception("#{e.message}")
end

Loading…
Cancel
Save