7b3b25a1 by 周伟奇

no license no compare

1 parent e4460765
...@@ -967,7 +967,7 @@ class Command(BaseCommand, LoggerMixin): ...@@ -967,7 +967,7 @@ class Command(BaseCommand, LoggerMixin):
967 # TODO 识别结果存一张表,方便跑报表 967 # TODO 识别结果存一张表,方便跑报表
968 968
969 # CA比对 969 # CA比对
970 if doc.document_scheme == consts.DOC_SCHEME_LIST[0]: 970 if doc.document_scheme == consts.DOC_SCHEME_LIST[0] and len(license_summary) > 0:
971 try: 971 try:
972 # 更新OCR累计识别结果表 972 # 更新OCR累计识别结果表
973 result_class = HILOCRResult if business_type == consts.HIL_PREFIX else AFCOCRResult 973 result_class = HILOCRResult if business_type == consts.HIL_PREFIX else AFCOCRResult
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!