|
@@ -38,6 +38,7 @@ public class ConferenceNewsServiceImpl extends ServiceImpl<ConferenceNewsMapper,
|
|
|
newsPage,
|
|
|
wrapper.eq(ConferenceNews::getConferenceId, cid)
|
|
|
.eq(ConferenceNews::getCategory, category)
|
|
|
+ .eq(ConferenceNews::getStatus, 1)
|
|
|
.orderByDesc(Arrays.asList(ConferenceNews::getIsTop, ConferenceNews::getPublishTime))
|
|
|
);
|
|
|
}
|