diff --git a/app/controllers/myshixuns_controller.rb b/app/controllers/myshixuns_controller.rb index 77f768d1..09710094 100644 --- a/app/controllers/myshixuns_controller.rb +++ b/app/controllers/myshixuns_controller.rb @@ -558,7 +558,7 @@ class MyshixunsController < ApplicationController next_game.update_column(:status, 0) if next_game.present? && next_game.status == 3 else # status == "-1" 表示返回结果错误 if !resubmit.blank? - game.update_attributes!(:retry_status => 1, :resubmit_identifier => resubmit) + game.update_attributes!(:retry_status => 2, :resubmit_identifier => resubmit) else game.update_attributes!(:status => 0) end