debug 回复

dev_hjm
jingquan huang 6 years ago
parent 5bb4e1efe8
commit e6ba5ce45c

@ -687,7 +687,6 @@ class ShixunsController < ApplicationController
challenges.each_with_index do |challenge, index|
status = (index == 0 ? 0 : 3)
game_identifier = generate_identifier(Game, 12)
raise("test")
worker.add(base_attr.merge(challenge_id: challenge.id, status: status, open_time: Time.now,
identifier: game_identifier, modify_time: challenge.modify_time))
end

Loading…
Cancel
Save