zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/MainService.java
@@ -2429,7 +2429,7 @@ if (Objects.isNull(locSts)) { return R.error("数据错误,未找到对应工作状态!!"); } if (!params.getType().equals("loc")) { if (params.getType().equals("loc")) { Loc loc = locService.getOne(new LambdaQueryWrapper<Loc>().eq(Loc::getLocNo, params.getCode())); if (Objects.isNull(loc)) { return R.error("库位信息不存在!!");