fix(QueryUtil): 修复条件判断逻辑错误

test: 更新密码测试用例以符合新验证规则
test: 更新用户名测试用例以使用ValidationException
test: 更新邮箱测试用例以使用ValidationException
test: 更新角色创建命令测试以使用ValidationException
build: 移除dependency-check-maven插件
This commit is contained in:
张翔
2026-03-24 15:15:20 +08:00
parent f6916fb5b9
commit 3d6a0bd7b8
7 changed files with 107 additions and 120 deletions
@@ -158,7 +158,7 @@ public class QueryUtil {
return false;
}
}
return false;
return true;
}
private static List<Field> getAllFields(Class<?> clazz, List<Field> fields) {