1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-13 09:06:43 +00:00
This commit is contained in:
2020-05-01 12:49:32 +08:00
parent 311bc68cd1
commit 3eff537d5f
4 changed files with 5 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ function job_submit(CRObject $job)
$job->set('workspace', $job->get('workspace'));
$job->set('group', $job->get('virtual_cluster'));
$job->set('priority', $job->getInt('priority'));
$job->set('locality', $job->getInt('locality'));
$job->set('run_before', $job->getInt('run_before'));
$job->set('created_by', $job->getInt('created_by'));
$data['job'] = json_encode($job);