skyouc
2025-03-21 515dc2664c481e3a65245b71aa1ff4a4d6bfb64f
rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/LocController.java
@@ -100,7 +100,9 @@
        loc.setUpdateBy(getLoginUserId());
        String join = StringUtils.join(loc.getTypeIds(), ",");
        loc.setType(join);
        if (Objects.isNull(loc.getTypeIds())) {
            throw new CoolException("库位类型不能为空!!");
        }
        if (!locService.updateById(loc)) {
            return R.error("Update Fail");
        }