From 207823b94f5627fae49d29b51b5ce7186a70c8e0 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期六, 04 一月 2025 09:59:48 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java index babb339..cf5264e 100644 --- a/src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java +++ b/src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java @@ -23,6 +23,11 @@ } @Override + public List<Integer> getAvailableInSite5() { + return this.baseMapper.getAvailableInSite5(1); + } + + @Override public List<Integer> getAvailableEmptyInSite() { return this.baseMapper.getAvailableInSite(10); } @@ -55,9 +60,9 @@ if(station.getLoading()==null || !station.getLoading().equals("Y")) { throw new CoolException(devpNo+"绔欑偣鏃犵墿"); } - if(station.getWrkNo()!=null && station.getWrkNo()>0 && station.getWrkNo() < 9990) { - throw new CoolException(devpNo+"绔欑偣宸叉湁宸ヤ綔鍙�"); - } +// if(station.getWrkNo()!=null && station.getWrkNo()>0 && station.getWrkNo() < 9990) { +// throw new CoolException(devpNo+"绔欑偣宸叉湁宸ヤ綔鍙�"); +// } // if(!station.getInEnable().equals("Y")) { // throw new CoolException(devpNo+"绔欑偣涓嶆槸鍙叆鐘舵��"); // } -- Gitblit v1.9.1