From 1d790ed851c2eac83d83d046d2654d1d12d2c9d6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 18 九月 2020 09:24:00 +0800 Subject: [PATCH] # --- src/main/java/com/zy/common/service/CommonService.java | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/main/java/com/zy/common/service/CommonService.java b/src/main/java/com/zy/common/service/CommonService.java index 431da27..1091368 100644 --- a/src/main/java/com/zy/common/service/CommonService.java +++ b/src/main/java/com/zy/common/service/CommonService.java @@ -7,7 +7,6 @@ import com.core.exception.CoolException; import com.zy.asrs.entity.*; import com.zy.asrs.service.*; -import com.zy.common.model.Shelves; import com.zy.common.model.StartupDto; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @@ -89,13 +88,6 @@ * @return locNo 妫�绱㈠埌鐨勫簱浣嶅彿 */ public StartupDto getLocNo(Integer whsType, Integer staDescId, Integer sourceStaNo, List<String> matNos) { - if (sourceStaNo == 3) { - whsType = 1; - } else if (sourceStaNo == 7) { - whsType = 2; - } else { - throw new CoolException("鏃犳晥鍏ュ簱绔�"); - } StartupDto startupDto = new StartupDto(); RowLastno rowLastno = rowLastnoService.selectById(whsType); if (Cools.isEmpty(rowLastno)) { -- Gitblit v1.9.1