@@ -152,10 +152,12 @@ def extractCount(extract_dict,page_attachments,web_source_name):
has_zhaobiao = True
if str(classification)=='采购清单':
has_qingdan = True
+
+ extract_count += 2
if has_zhaobiao:
- extract_count += 3
- if has_qingdan:
extract_count += 2
+ if has_qingdan:
+ extract_count += 1
except Exception as e:
traceback.print_exc()
pass