2023年6月18日 修复排序问题

This commit is contained in:
bai 2023-06-18 22:44:38 +08:00
parent 816e496a39
commit 3ed02f1626
2 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,6 @@ public class TingKeStatisticsController {
x.setXqxn(hx.getTitle());
}
} );
});
return pageList;

View File

@ -505,6 +505,7 @@
</if>
</where>
ORDER BY tkrq desc,shijian desc
<if test="pageSize != -1 and pageSize != null">
LIMIT #{pageSize}
</if>