06c3f071 by 冯轩

merge

2 parents b942d190 ff8e7380
......@@ -2604,3 +2604,5 @@ INCOME_KEYWORDS_DICT = {
"代发": "daifa",
"工资": "gongzi"
}
NEW_FILE_COMPARE_SET = [96]
\ No newline at end of file
......
......@@ -2150,7 +2150,7 @@ class Command(BaseCommand, LoggerMixin):
license_summary[consts.BS_CLASSIFY] = bs_rebuild
# 比对
if len(license_summary) > 0:
if len(license_summary) > 0 or classify in consts.NEW_FILE_COMPARE_SET:
if doc.document_scheme != consts.DOC_SCHEME_LIST[2]:
# if len(license_summary) > 0 and doc.document_scheme != consts.DOC_SCHEME_LIST[2]:
try:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!