自动化立体仓库 - WMS系统
zwl
2025-08-02 69b319f74a13f506595b64b86b1bade1c815db37
src/main/java/com/zy/common/web/BaseController.java
@@ -51,9 +51,6 @@
    protected User getUser(){
        User user = userService.selectById(getUserId());
        if (null == user) {
            throw new CoolException(BaseRes.DENIED);
        }
        return user;
    }