恢复项目
This commit is contained in:
@@ -67,14 +67,14 @@ class GovcTaskFinishBase(TD3iGovcTaskFinish, CommonModel):
|
||||
FieldMapping = {
|
||||
'id': 'id',
|
||||
'task_id': 'task_id',
|
||||
'bj_result': 'bj_result',
|
||||
'evl_result': 'evl_result',
|
||||
'replay_person': 'replay_person',
|
||||
'processing_results': 'processing_results',
|
||||
'solve_situation': 'solve_situation',
|
||||
'replay_time': 'replay_time',
|
||||
'evl_style': 'evl_style',
|
||||
'is_citizen': 'is_citizen',
|
||||
'bj_result': 'bjresult',
|
||||
'evl_result': 'evlresult',
|
||||
'replay_person': 'replayperson',
|
||||
'processing_results': 'processingresults',
|
||||
'solve_situation': 'solvesituation',
|
||||
'replay_time': 'replaytime',
|
||||
'evl_style': 'evlstyle',
|
||||
'is_citizen': 'iscitizen',
|
||||
'created_at': 'created_at',
|
||||
'created_by': 'created_by',
|
||||
'updated_at': 'updated_at',
|
||||
|
||||
Reference in New Issue
Block a user