Browse Source

【华信科】【富勒WMS对接】【出入库确认异常提示优化】

wuyx 5 months ago
parent
commit
b84b039a52
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main/java/com/uas/eis/entity/vwms/req/INConfirm.java

+ 1 - 2
src/main/java/com/uas/eis/entity/vwms/req/INConfirm.java

@@ -283,9 +283,8 @@ public class INConfirm {
                     return orderLines.getOrderLine().get(0).getBatchs().getBatch().get(0).getUserDefined4();
                     return orderLines.getOrderLine().get(0).getBatchs().getBatch().get(0).getUserDefined4();
                 }
                 }
             }
             }
-        } else {
-            return null;
         }
         }
+        return null;
     }
     }
 
 
     public String getGenerateMainSql() {
     public String getGenerateMainSql() {