|
@@ -226,7 +226,7 @@ public class ReportServiceImpl implements ReportService {
|
|
}
|
|
}
|
|
});
|
|
});
|
|
queryWrapper.eq(StrUtil.isNotBlank(reqVO.getReportType()), ReportDO::getReportType, reqVO.getReportType());
|
|
queryWrapper.eq(StrUtil.isNotBlank(reqVO.getReportType()), ReportDO::getReportType, reqVO.getReportType());
|
|
- queryWrapper.orderByDesc(ReportDO::getCreateTime);
|
|
|
|
|
|
+ queryWrapper.orderByDesc(ReportDO::getUpdateTime);
|
|
if (reqVO.getReportYear() != null) {
|
|
if (reqVO.getReportYear() != null) {
|
|
if (StrUtil.isNotBlank(reqVO.getReportType())) {
|
|
if (StrUtil.isNotBlank(reqVO.getReportType())) {
|
|
if ("daily".equals(reqVO.getReportType())) {
|
|
if ("daily".equals(reqVO.getReportType())) {
|