zjj
6 天以前 83e3d34abd06c0256f61382c4c9cf89c4be109d8
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());