From 8a333d4e1d484d74fb627b5a3ad583315ccba7bc Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Sat, 20 Jul 2024 16:57:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=B3=E9=94=AE=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- visual_model_test/visual_model_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual_model_test/visual_model_test.py b/visual_model_test/visual_model_test.py index dda78e8..501a9f0 100644 --- a/visual_model_test/visual_model_test.py +++ b/visual_model_test/visual_model_test.py @@ -124,7 +124,7 @@ def main(model_type, pic_name=None): task_path = "../model/settlement_list_model" test_img_path = ucloud.get_private_url(pic_name) if pic_name else "img/PH20240511000638_1_094306_1.jpg" schema = ["患者姓名", "入院日期", "出院日期", "费用总额", "个人现金支付", "个人账户支付", "自费金额", - "医保类型", "住院号", "医保结算单号码"] + "医保类型", "住院号", "医保结算单号码", "大写总额"] elif model_type == "discharge": task_path = "../model/discharge_record_model" test_img_path = ucloud.get_private_url(pic_name) if pic_name else "img/PH20240401000003_3_001938_2.jpg"