fix
This commit is contained in:
@@ -272,7 +272,7 @@ public class FranchiseReportServiceImpl implements FranchiseReportService {
|
||||
log.info("数据为空");
|
||||
return null;
|
||||
}
|
||||
franchiseReportDTOPageInfo.setList(list.stream().sorted(Comparator.comparing(ShopReportResponse::getBuildTime).reversed()).collect(Collectors.toList()));
|
||||
franchiseReportDTOPageInfo.setList(list);
|
||||
return franchiseReportDTOPageInfo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user