恢复项目

This commit is contained in:
zwf
2026-06-03 09:58:49 +08:00
parent dd72f9008f
commit 85ec8bf063
20 changed files with 305 additions and 97 deletions
+9 -9
View File
@@ -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',