自动化立体仓库 - WMS系统
lty
3 天以前 8e943b7104561c3b14cf223016698709c5ade4b5
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;
                }