fsm 添加日志
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -578,6 +578,8 @@ class UploadDocView(GenericView, DocHandler): | ... | @@ -578,6 +578,8 @@ class UploadDocView(GenericView, DocHandler): |
| 578 | document_scheme = self.fix_scheme(document_scheme) | 578 | document_scheme = self.fix_scheme(document_scheme) |
| 579 | 579 | ||
| 580 | # fsm激活状态, 更新ocr_result 表fsm状态 | 580 | # fsm激活状态, 更新ocr_result 表fsm状态 |
| 581 | self.running_log.info('[doc upload applicationId-{0}] [applicationStatus-{1}, activated-{2}]' | ||
| 582 | .format(application_id, application_status, True if consts.FSM_ACTIVITED_STATUS.get(application_status) else False)) | ||
| 581 | if consts.FSM_ACTIVITED_STATUS.get(application_status): | 583 | if consts.FSM_ACTIVITED_STATUS.get(application_status): |
| 582 | result_class = None | 584 | result_class = None |
| 583 | if business_type == consts.HIL_PREFIX: | 585 | if business_type == consts.HIL_PREFIX: | ... | ... |
-
Please register or sign in to post a comment