修正文案错误
This commit is contained in:
@@ -30,7 +30,7 @@ if __name__ == '__main__':
|
||||
.all())
|
||||
session.close()
|
||||
|
||||
result = {f"{today}涂抹错误图片总数": error_reviews_count}
|
||||
result = {f"{today}识别错误案子总数": error_reviews_count}
|
||||
hospital_result = defaultdict(int)
|
||||
department_result = defaultdict(int)
|
||||
doctor_result = defaultdict(int)
|
||||
@@ -71,7 +71,7 @@ if __name__ == '__main__':
|
||||
personal_account_payment_result[handle_reason(value)] += 1
|
||||
elif key == "个人自费":
|
||||
personal_funded_amount_result[handle_reason(value)] += 1
|
||||
elif key == "医保类别":
|
||||
elif key == "医保类型":
|
||||
medical_insurance_type_result[handle_reason(value)] += 1
|
||||
elif key == "结算单号":
|
||||
settlement_id_result[handle_reason(value)] += 1
|
||||
|
||||
Reference in New Issue
Block a user