2023年6月18日 修复排序问题
This commit is contained in:
parent
816e496a39
commit
3ed02f1626
|
@ -185,7 +185,6 @@ public class TingKeStatisticsController {
|
|||
x.setXqxn(hx.getTitle());
|
||||
}
|
||||
} );
|
||||
|
||||
});
|
||||
|
||||
return pageList;
|
||||
|
|
|
@ -505,6 +505,7 @@
|
|||
</if>
|
||||
|
||||
</where>
|
||||
ORDER BY tkrq desc,shijian desc
|
||||
<if test="pageSize != -1 and pageSize != null">
|
||||
LIMIT #{pageSize}
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue