|
|
|
@ -557,7 +557,7 @@ class ShixunsController < ApplicationController
|
|
|
|
|
# HomeworksService.new.update_myshixun_work_status myshixun
|
|
|
|
|
UpdateMyshixunWorkStatusJob.perform_later(myshixun.id)
|
|
|
|
|
|
|
|
|
|
@current_task = myshixun.current_task
|
|
|
|
|
@current_task = myshixun.current_task(myshixun.games)
|
|
|
|
|
uid_logger("## shixun exec: myshixun id is #{myshixun.id}")
|
|
|
|
|
rescue Exception => e
|
|
|
|
|
uid_logger_error(e.message)
|
|
|
|
|