Merge branch 'hotfix/2025-02' into feature/uat-tmp
Showing
1 changed file
with
2 additions
and
3 deletions
... | @@ -3816,9 +3816,6 @@ def fsm_compare_thread(application_id, application_entity, uniq_seq, ocr_res_id, | ... | @@ -3816,9 +3816,6 @@ def fsm_compare_thread(application_id, application_entity, uniq_seq, ocr_res_id, |
3816 | except Exception as e: | 3816 | except Exception as e: |
3817 | compare_log.info('[sleep error] [error={0}]'.format(traceback.format_exc())) | 3817 | compare_log.info('[sleep error] [error={0}]'.format(traceback.format_exc())) |
3818 | compare_log.info('{0} [comparison unfinished file wait delay_time end] [entity={1}] [id={2}] [doc_id={3}]'.format(log_base, application_entity, application_id, doc_wait_file_result.id)) | 3818 | compare_log.info('{0} [comparison unfinished file wait delay_time end] [entity={1}] [id={2}] [doc_id={3}]'.format(log_base, application_entity, application_id, doc_wait_file_result.id)) |
3819 | except Exception as e: | ||
3820 | compare_log.info('[fsm_compare_thread error] [error={0}]'.format(traceback.format_exc())) | ||
3821 | |||
3822 | 3819 | ||
3823 | # 调用java fsm 比对流程接口(http) | 3820 | # 调用java fsm 比对流程接口(http) |
3824 | # 调用Java fsm 比对流程接口, fsm 是se流程, ca可以暂时忽略 | 3821 | # 调用Java fsm 比对流程接口, fsm 是se流程, ca可以暂时忽略 |
... | @@ -3848,6 +3845,8 @@ def fsm_compare_thread(application_id, application_entity, uniq_seq, ocr_res_id, | ... | @@ -3848,6 +3845,8 @@ def fsm_compare_thread(application_id, application_entity, uniq_seq, ocr_res_id, |
3848 | except Exception as e: | 3845 | except Exception as e: |
3849 | compare_log.error("fsm full request to java error, url:{0}, param:{1}, errorMsg:{2}".format( | 3846 | compare_log.error("fsm full request to java error, url:{0}, param:{1}, errorMsg:{2}".format( |
3850 | url, json.dumps(body), traceback.format_exc())) | 3847 | url, json.dumps(body), traceback.format_exc())) |
3848 | except Exception as e: | ||
3849 | compare_log.info('[fsm_compare_thread error] [error={0}]'.format(traceback.format_exc())) | ||
3851 | 3850 | ||
3852 | 3851 | ||
3853 | @app.task | 3852 | @app.task | ... | ... |
-
Please register or sign in to post a comment