自动化立体仓库 - WMS系统
13
zhang
2 天以前 0cbd075ed575879a3e7ea38ae1750e506ffa8133
src/main/java/com/zy/system/entity/OperateLog.java
@@ -80,8 +80,10 @@
        User user = service.selectById(this.userId);
        if (!Cools.isEmpty(user)){
            return user.getUsername();
        } else if (this.userId==9527L){
            return "未知";
        }
        return null;
        return "未知";
    }
    public void setUserId(Long userId) {
        this.userId = userId;