|
@@ -36,6 +36,7 @@ def create_job_info_services(db: Session, item: schemas.JobInfoCreate):
|
|
|
'partition_info': partition_info_str,
|
|
|
})
|
|
|
db_item = models.JobInfo(**item_dict, **{
|
|
|
+ 'user_id': g.user_id,
|
|
|
'project_id': g.project_id,
|
|
|
'trigger_status': 0,
|
|
|
'create_time': create_time,
|