11
verou
2025-03-25 43721e95b3bb75e5a90a18120aaf12e0b632360a
rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/LocAreaMatRelaController.java
@@ -109,7 +109,7 @@
        if (Objects.isNull(param)) {
            throw new CoolException("参数不能为空!!!");
        }
        if (!StringUtils.isBlank(param.get("locTypeId").toString())) {
        if (!StringUtils.isBlank(param.get("typeId").toString())) {
            throw new CoolException("库位类型不能为空!!");
        }
        if (!StringUtils.isBlank(param.get("areaMatId").toString())) {