From c3385098545cf6f600c1928f0c1ac4fde7b2f2c0 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 24 Jun 2025 14:28:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=89=E5=AD=90get=5Falldata=5Fwith?= =?UTF-8?q?=5Fbatch=20=E4=BA=BA=E5=91=98=E8=8E=B7=E5=8F=96=E9=94=99?= =?UTF-8?q?=E8=AF=AF2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wpm/services_2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wpm/services_2.py b/apps/wpm/services_2.py index e197733c..1f940575 100644 --- a/apps/wpm/services_2.py +++ b/apps/wpm/services_2.py @@ -182,7 +182,7 @@ def get_alldata_with_batch(batch: str): material_start = item.material if item.test_note: data["十车间入库_检验备注"] = ";".join([data["十车间入库_检验备注"], item.test_note]) - if item.mio.do_user: + if item.mio.mio_user: data["十车间入库_仓库执行人"].append(item.mio.mio_user) if item.test_user: data["十车间入库_抽检人"].append(item.test_user)