skyouc
5 天以前 e0a98773c39183b3b07a6d290f7a636647fb56d5
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());