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