-   Notifications  You must be signed in to change notification settings 
- Fork 38.8k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug
Milestone
Description
@CacheEvict(key = "#type", condition = "#result > 0") @Override public Mono<Long> delete(String type) { return r2dbcEntityTemplate.delete(Query.query(Criteria.where("type").is(type)), SysDict.class); }org.springframework.expression.spel.SpelEvaluationException: EL1013E: Cannot compare instances of class reactor.core.publisher.MonoOnAssembly and class java.lang.Integer Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug