恢复项目
This commit is contained in:
@@ -70,14 +70,14 @@ class GovcTaskProcessBase(TD3iGovcTaskProces, CommonModel):
|
||||
FieldMapping = {
|
||||
'id': 'id',
|
||||
'task_id': 'task_id',
|
||||
'handle_time': 'handle_time',
|
||||
'operate_status': 'operate_status',
|
||||
'activity_guid': 'activity_guid',
|
||||
'handle_opinion': 'handle_opinion',
|
||||
'is_finish': 'is_finish',
|
||||
'operator_ou_name': 'operator_ou_name',
|
||||
'is_back': 'is_back',
|
||||
'operator_name': 'operator_name',
|
||||
'handle_time': 'handletime',
|
||||
'operate_status': 'operatestatus',
|
||||
'activity_guid': 'activityguid',
|
||||
'handle_opinion': 'handleopinion',
|
||||
'is_finish': 'isfinish',
|
||||
'operator_ou_name': 'operatorouname',
|
||||
'is_back': 'isback',
|
||||
'operator_name': 'operatorname',
|
||||
'created_at': 'created_at',
|
||||
'created_by': 'created_by',
|
||||
'updated_at': 'updated_at',
|
||||
|
||||
Reference in New Issue
Block a user