自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-13 e4ef7cf77039104bff01cf57ba98f37922c4068b
src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java
@@ -34,7 +34,7 @@
        if(station.getLoading()==null || !station.getLoading().equals("Y")) {
            throw new CoolException("入库站点无物");
        }
        if(station.getWrkNo()>0) {
        if(station.getWrkNo()!=null && station.getWrkNo()>0) {
            throw new CoolException("入库站点已有工作号");
        }
        if(wrkMastService.getWorkingMast(devpNo)>0){