From 37286cd9b177e9a1b8f28bfbc054c8cfedec6a5e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 26 八月 2021 08:50:57 +0800
Subject: [PATCH] Merge branch 'xgmasrs' of https://gitee.com/luxiaotao1123/zy-asrs into xgmasrs

---
 src/main/java/com/zy/common/service/CommonService.java |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/main/java/com/zy/common/service/CommonService.java b/src/main/java/com/zy/common/service/CommonService.java
index fffd861..b647bae 100644
--- a/src/main/java/com/zy/common/service/CommonService.java
+++ b/src/main/java/com/zy/common/service/CommonService.java
@@ -91,15 +91,15 @@
      * @return locNo 妫�绱㈠埌鐨勫簱浣嶅彿
      */
     public StartupDto getLocNo(Integer whsType, Integer staDescId, Integer sourceStaNo, List<String> matNos, int times) {
-        if (sourceStaNo == 3) {
-            whsType = 1;
-        } else if (sourceStaNo == 7) {
-            whsType = 2;
-        } else if (sourceStaNo == 19) {
-            whsType = 3;
-        } else {
-            throw new CoolException("鏃犳晥鍏ュ簱绔�");
-        }
+//        if (sourceStaNo == 3) {
+//            whsType = 1;
+//        } else if (sourceStaNo == 7) {
+//            whsType = 2;
+//        } else if (sourceStaNo == 19) {
+//            whsType = 3;
+//        } else {
+//            throw new CoolException("鏃犳晥鍏ュ簱绔�");
+//        }
         StartupDto startupDto = new StartupDto();
         RowLastno rowLastno = rowLastnoService.selectById(whsType);
         if (Cools.isEmpty(rowLastno)) {

--
Gitblit v1.9.1