skyouc
2025-05-29 6bc8391458afbc6dacf968a3e0e33f20304e56a6
rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/LocAreaController.java
@@ -63,9 +63,6 @@
        if (Objects.isNull(locArea.getAreaId())) {
            throw new CoolException("库区不能为空!!");
        }
        if (Objects.isNull(locArea.getLocId())) {
            throw new CoolException("库位不能为空!!");
        }
        locArea.setCreateBy(getLoginUserId());
        locArea.setUpdateBy(getLoginUserId());