自动化立体仓库 - WMS系统
lty
3 天以前 d907a822a940c7ec0fb7de0ca845472bda52229b
src/main/java/com/zy/asrs/task/handler/AutomaticLibraryTransferHandler.java
@@ -398,10 +398,10 @@
                        locMast1.setLocSts("S"); // S.入库预约
                        locMast1.setModiTime(new Date());
                        if (!locMastService.updateById(locMast1)) {
                            throw new CoolException("更新目标库位状态失败");
                            throw new CoolException("response.update_target_location_status_failed");
                        }
                    } else {
                        throw new CoolException("移转失败");
                        throw new CoolException("response.transfer_failed");
                    }
                    break;
                }