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; }