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++;