From 5896c47a68b23b60d6f087ad6c0fa23491b4138a Mon Sep 17 00:00:00 2001 From: haotian <2421912570@qq.com> Date: Wed, 30 Jul 2025 09:28:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=9A=84=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/util/kangda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/util/kangda.py b/app/util/kangda.py index e15d2d3..9bbcb37 100644 --- a/app/util/kangda.py +++ b/app/util/kangda.py @@ -405,7 +405,7 @@ class Kangda: status.append(TemperatureStatus.CN) # ocr字符长度小于3 - elif len(value) < 3: + elif len(value) < 3 or len(value) > 5: status.append(TemperatureStatus.CN) # 图像中的日期编号 elif value == "2025" or value == "2026" or value == "2027":