spring-boot-demo icon indicating copy to clipboard operation
spring-boot-demo copied to clipboard

[BUG]

Open laichenhui opened this issue 5 years ago • 0 comments


描述问题

在SpringBootDemoOrmJdbctemplate 中代码 : Stream<Field> fieldStream = CollUtil.toList(fields).stream().filter(field -> ObjectUtil.isNull(field.getAnnotation(Ignore.class)) || ObjectUtil.isNull(field.getAnnotation(Pk.class))); ObjectUtil.isNull(field.getAnnotation(Ignore.class)) 无法判断 是否为null

laichenhui avatar Jul 18 '20 17:07 laichenhui