Merge branch 'uat_partyMemberEvent' into uat_code
This commit is contained in:
@ -66,7 +66,7 @@ public class EventContactSuggestionServiceImpl extends ServiceImpl<EventContactS
|
|||||||
if (ObjectUtil.isNotNull(inVO.getEndTime())) {
|
if (ObjectUtil.isNotNull(inVO.getEndTime())) {
|
||||||
query.lt(EventContactSuggestion::getCreateTime, inVO.getEndTime());
|
query.lt(EventContactSuggestion::getCreateTime, inVO.getEndTime());
|
||||||
}
|
}
|
||||||
if (StrUtil.isNotBlank(inVO.getType())) {
|
if (StrUtil.isNotBlank(inVO.getSuggestionType())) {
|
||||||
query.eq(EventContactSuggestion::getSuggestionType, inVO.getSuggestionType());
|
query.eq(EventContactSuggestion::getSuggestionType, inVO.getSuggestionType());
|
||||||
}
|
}
|
||||||
query.orderByDesc(EventContactSuggestion::getCreateTime);
|
query.orderByDesc(EventContactSuggestion::getCreateTime);
|
||||||
|
Reference in New Issue
Block a user