Ver Fonte

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

wuyx há 5 meses atrás
pai
commit
b84b039a52

+ 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();
                 }
             }
-        } else {
-            return null;
         }
+        return null;
     }
 
     public String getGenerateMainSql() {