恢复项目
This commit is contained in:
@@ -70,18 +70,18 @@ class GovcTaskRequesterBase(TD3iGovcTaskRequester, CommonModel):
|
||||
FieldMapping = {
|
||||
'id': 'id',
|
||||
'task_id': 'task_id',
|
||||
'card_num': 'card_num',
|
||||
'card_num': 'cardNum',
|
||||
'emotion': 'emotion',
|
||||
'name_scope': 'name_scope',
|
||||
'name_scope': 'namescope',
|
||||
'sex': 'sex',
|
||||
'name': 'name',
|
||||
'secret_flag': 'secret_flag',
|
||||
'is_secret': 'is_secret',
|
||||
'is_not_show_record': 'is_not_show_record',
|
||||
'phone_num': 'phone_num',
|
||||
'limk_num': 'limk_num',
|
||||
'c_guid': 'c_guid',
|
||||
'phone_num1': 'phone_num1',
|
||||
'secret_flag': 'secretflag',
|
||||
'is_secret': 'issecret',
|
||||
'is_not_show_record': 'isnotshowrecord',
|
||||
'phone_num': 'phonenum',
|
||||
'limk_num': 'limknum',
|
||||
'c_guid': 'cguid',
|
||||
'phone_num1': 'phonenum1',
|
||||
'created_at': 'created_at',
|
||||
'created_by': 'created_by',
|
||||
'updated_at': 'updated_at',
|
||||
|
||||
Reference in New Issue
Block a user