1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-06-06 07:11:54 +00:00
This commit is contained in:
Newnius 2019-08-01 10:41:48 +08:00
parent 6047d0bdcc
commit 733e4e6639

View File

@ -35,7 +35,7 @@ function job_submit(CRObject $job)
}
$job->set('tasks', $tasks);
$job->set('workspace', $job->get('workspace'));
$job->set('virtual_cluster', $job->getInt('virtual_cluster'));
$job->set('group', $job->get('virtual_cluster'));
$job->set('priority', $job->getInt('priority'));
$job->set('run_before', $job->getInt('run_before'));
$job->set('created_by', $job->getInt('created_by'));