|
|
@ -931,7 +931,7 @@ class GamesService
|
|
|
|
#end
|
|
|
|
#end
|
|
|
|
myshixun_job = Base64.urlsafe_encode64("myshixun_#{myshixun.id}")
|
|
|
|
myshixun_job = Base64.urlsafe_encode64("myshixun_#{myshixun.id}")
|
|
|
|
StudentWork.where(:myshixun_id => myshixun.id).update_all(:myshixun_id => 0, :work_status => 0, :work_score => nil, :final_score => nil,
|
|
|
|
StudentWork.where(:myshixun_id => myshixun.id).update_all(:myshixun_id => 0, :work_status => 0, :work_score => nil, :final_score => nil,
|
|
|
|
:cost_time => 0, :update_time => nil)
|
|
|
|
:cost_time => 0, :update_time => nil, :compelete_status => 0, :commit_time => nil)
|
|
|
|
# myshixun.destroy
|
|
|
|
# myshixun.destroy
|
|
|
|
myshixun.delete
|
|
|
|
myshixun.delete
|
|
|
|
# 主从复制出现脏读的情况
|
|
|
|
# 主从复制出现脏读的情况
|
|
|
|