You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
desc "同步学院或者单位学生作业数"
|
|
|
|
namespace :sync_student_work do
|
|
task outpus_count: :environment do
|
|
StatisticStudentworkJob.perform_later
|
|
end
|
|
end |