From 41634c7726139ab272cd46a2f9a39419383dfbc8 Mon Sep 17 00:00:00 2001 From: ljw Date: Fri, 8 Nov 2024 22:44:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=201.=E8=AE=A2=E8=88=B1=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=8D=95=E7=89=A9=E6=B5=81=E6=95=88=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wm/es/storagetrans/form/StorageTransEdit_wl.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/yem/wm/es/storagetrans/form/StorageTransEdit_wl.java b/src/main/java/com/yem/wm/es/storagetrans/form/StorageTransEdit_wl.java index f8b42341..6061f5be 100644 --- a/src/main/java/com/yem/wm/es/storagetrans/form/StorageTransEdit_wl.java +++ b/src/main/java/com/yem/wm/es/storagetrans/form/StorageTransEdit_wl.java @@ -143,7 +143,7 @@ public class StorageTransEdit_wl extends AbstractBillPlugIn { boonle = false; i++; } - if (yemAttachmentcountqty>0) { + if (yemAttachmentcountqty==0) { string = string + i + ". 物流附件面板为空,请稍后重试!\n"; boonle = false; i++; @@ -217,7 +217,7 @@ public class StorageTransEdit_wl extends AbstractBillPlugIn { boonle = false; i++; } - if (yemAttachmentcountqty>0) { + if (yemAttachmentcountqty==0) { string = string + i + ". 物流附件面板为空,请稍后重试!\n"; boonle = false; i++; @@ -229,7 +229,7 @@ public class StorageTransEdit_wl extends AbstractBillPlugIn { boonle = false; i++; } - if (yemAttachmentcountqty>0) { + if (yemAttachmentcountqty==0) { string = string + i + ". 物流附件面板为空,请稍后重试!\n"; boonle = false; i++; @@ -251,7 +251,7 @@ public class StorageTransEdit_wl extends AbstractBillPlugIn { boonle = false; i++; } - if (yemAttachmentcountqty>0) { + if (yemAttachmentcountqty==0) { string = string + i + ". 物流附件面板为空,请稍后重试!\n"; boonle = false; i++; @@ -288,7 +288,7 @@ public class StorageTransEdit_wl extends AbstractBillPlugIn { boonle = false; i++; } - if (yemAttachmentcountqty>0) { + if (yemAttachmentcountqty==0) { string = string + i + ". 物流附件面板为空,请稍后重试!\n"; boonle = false; i++;