2 次代碼提交 3fc73c54f3 ... 28a1841831

作者 SHA1 備註 提交日期
  zhangjq 28a1841831 Merge branch 'master' of http://114.55.67.98:8070/Natural_p1/zjugis_OA 1 年之前
  zhangjq d987646bd8 我收到的周日报排序时间修改 1 年之前

+ 1 - 1
zjugis-module-adm/zjugis-module-adm-biz/src/main/java/com/zjugis/module/adm/service/report/ReportServiceImpl.java

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