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.
56 lines
1.3 KiB
56 lines
1.3 KiB
<?php
|
|
|
|
return [
|
|
[
|
|
'key' => 'resource_auto_allocation',
|
|
'name' => '自动分配资源',
|
|
'desc' => '',
|
|
'time' => [
|
|
'type' => 'day',
|
|
'day' => 1,
|
|
'hour' => 0,
|
|
'min' => 5
|
|
],
|
|
'class' => 'app\job\transfer\schedule\CheckFinish',
|
|
'function' => ''
|
|
],
|
|
[
|
|
'key' => 'course_schedule_job',
|
|
'name' => '自动排课',
|
|
'desc' => '',
|
|
'time' => [
|
|
'type' => 'day',
|
|
'day' => 1,
|
|
'hour' => 0,
|
|
'min' => 5
|
|
],
|
|
'class' => 'app\job\transfer\schedule\CourseScheduleJob',
|
|
'function' => ''
|
|
],
|
|
[
|
|
'key' => 'PerformanceCalculation',
|
|
'name' => '核算绩效',
|
|
'desc' => '',
|
|
'time' => [
|
|
'type' => 'day',
|
|
'day' => 1,
|
|
'hour' => 1,
|
|
'min' => 5
|
|
],
|
|
'class' => 'app\job\transfer\schedule\PerformanceCalculation',
|
|
'function' => ''
|
|
],
|
|
[
|
|
'key' => 'HandleCourseSchedule',
|
|
'name' => '处理课程状态和学员状态',
|
|
'desc' => '',
|
|
'time' => [
|
|
'type' => 'day',
|
|
'day' => 1,
|
|
'hour' => 0,
|
|
'min' => 5
|
|
],
|
|
'class' => 'app\job\schedule\HandleCourseSchedule',
|
|
'function' => ''
|
|
],
|
|
];
|
|
|