From 6d030e2c06a8480b043ddea3b87e4d9baf2303cb Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 14 Nov 2025 14:53:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=BC=E5=85=A5=E7=89=A9=E6=96=99?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E6=94=AF=E6=8C=81=E7=9B=B4=E6=8E=A5=E4=BB=8E?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E7=AD=89=E5=8C=B9=E9=85=8D3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/inm/services_daoru.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/inm/services_daoru.py b/apps/inm/services_daoru.py index 3be01a06..a4c8421f 100644 --- a/apps/inm/services_daoru.py +++ b/apps/inm/services_daoru.py @@ -136,7 +136,7 @@ def daoru_mioitems(path:str, mio:MIO): mioitems = [] ind = 2 - while sheet[f"a{ind}"].value: + while sheet[f"a{ind}"].value or sheet[f"b{ind}"].value: batch = sheet[f"e{ind}"].value material_number = sheet[f"a{ind}"].value if material_number: