From f116798c30057b5bbbd89ad6f8f47f349dd6b4b6 Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Fri, 18 Oct 2024 09:06:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=A1=B5=E6=8F=90=E7=A4=BA=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- photo_review/auto_photo_review.py | 1 + 1 file changed, 1 insertion(+) diff --git a/photo_review/auto_photo_review.py b/photo_review/auto_photo_review.py index 78e764b..79839d8 100644 --- a/photo_review/auto_photo_review.py +++ b/photo_review/auto_photo_review.py @@ -587,6 +587,7 @@ def photo_review(pk_phhd, name): page_set = set(page_nums) cost_missing_page = required_set - page_set if cost_missing_page: + cost_missing_page = sorted(cost_missing_page) page_description.append(f"《住院费用清单》,缺第{','.join(cost_missing_page)}页") if page_description: