From 6fd276e85c43c6445840caa6e2891b7d3230490a Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期四, 02 九月 2021 15:48:04 +0800
Subject: [PATCH] #

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