“djh”
3 days ago aad364bb323a1eaa0389ee5c6389bdc0ea7ed526
hazmat-common/src/main/java/com/gkhy/hazmat/common/utils/SecurityUtils.java
@@ -19,6 +19,11 @@
        return userId != null && 1L == userId;
    }
    public static boolean isSystemUser(Integer userType)
    {
        return userType != null && 0L == userType;
    }
    /**
     * 判断密码是否相同
     * @param rawPasword   真实密码