|
@@ -58,7 +58,7 @@ public class SysNewsInformationServiceImpl extends ServiceImpl<SysNewsInformatio
|
|
|
.eq(SysNewsInformation::getType, type)
|
|
|
.eq(SysNewsInformation::getStatus, 1)
|
|
|
.eq(SysNewsInformation::getDelFlag, false)
|
|
|
- .orderByAsc(SysNewsInformation::getOrder).list();
|
|
|
+ .orderByDesc(SysNewsInformation::getOrder).list();
|
|
|
List<NewsInformationDto> resultList = new ArrayList<>();
|
|
|
if(CollectionUtils.isNotEmpty(dtos)){
|
|
|
List<String> musicGroupIds = musicGroupDao.findNormalByCooperationId(coopId);
|