自动化立体仓库 - WMS系统
ZY
2024-09-21 8c7601e61a5fbde22e995f803588e5ebd02b7521
src/main/java/com/zy/common/service/CommonService.java
@@ -311,6 +311,7 @@
            }else {
                staNo = basDevpService.selectById(staDesc.getCrnStn());
                if (!staNo.getAutoing().equals("Y")) {
                    log.error("目标站"+staDesc.getCrnStn()+"不可用");
//                throw new CoolException("目标站"+staDesc.getCrnStn()+"不可用");
                    crnNo = 0;
                }