查询过滤
This commit is contained in:
@ -67,7 +67,7 @@ public class EventContactSuggestionServiceImpl extends ServiceImpl<EventContactS
|
||||
query.lt(EventContactSuggestion::getCreateTime, inVO.getEndTime());
|
||||
}
|
||||
if (StrUtil.isNotBlank(inVO.getType())) {
|
||||
query.eq(EventContactSuggestion::getSuggestionType, inVO.getType());
|
||||
query.eq(EventContactSuggestion::getSuggestionType, inVO.getSuggestionType());
|
||||
}
|
||||
query.orderByDesc(EventContactSuggestion::getCreateTime);
|
||||
return this.page(page, query);
|
||||
|
Reference in New Issue
Block a user