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 真实密码