fix(QueryUtil): 修复条件判断逻辑错误
test: 更新密码测试用例以符合新验证规则 test: 更新用户名测试用例以使用ValidationException test: 更新邮箱测试用例以使用ValidationException test: 更新角色创建命令测试以使用ValidationException build: 移除dependency-check-maven插件
This commit is contained in:
@@ -158,7 +158,7 @@ public class QueryUtil {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
private static List<Field> getAllFields(Class<?> clazz, List<Field> fields) {
|
||||
|
||||
Reference in New Issue
Block a user