恢复项目
This commit is contained in:
@@ -67,12 +67,12 @@ class GovcTaskDelayBase(TD3iGovcTaskDelay, CommonModel):
|
||||
FieldMapping = {
|
||||
'id': 'id',
|
||||
'task_id': 'task_id',
|
||||
'delay_status': 'delay_status',
|
||||
'delay_num_unit': 'delay_num_unit',
|
||||
'delay_type': 'delay_type',
|
||||
'delay_num': 'delay_num',
|
||||
'apply_ou': 'apply_ou',
|
||||
'apply_time': 'apply_time',
|
||||
'delay_status': 'delaystatus',
|
||||
'delay_num_unit': 'delaynumunit',
|
||||
'delay_type': 'delaytype',
|
||||
'delay_num': 'delaynum',
|
||||
'apply_ou': 'applyou',
|
||||
'apply_time': 'applytime',
|
||||
'created_at': 'created_at',
|
||||
'created_by': 'created_by',
|
||||
'updated_at': 'updated_at',
|
||||
|
||||
Reference in New Issue
Block a user