自动化立体仓库 - WMS系统
#
Junjie
2023-10-16 480a672b3ae551dd613f68419e0c02997681286c
src/main/java/com/zy/common/web/BaseController.java
@@ -43,6 +43,9 @@
    private UserLoginService userLoginService;
    protected Long getUserId(){
        if(Cools.isEmpty(request.getAttribute("userId"))){
            return 000L;
        }
        return Long.parseLong(String.valueOf(request.getAttribute("userId")));
    }