zjj
2025-05-10 adcda0ca051a0061acdb77b9632980e81e1cda53
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());