@@ -358,6 +358,7 @@
<if test="client != null">
and client= #{client,jdbcType=INTEGER}
</if>
+ order by text
<if test="pN != null and pS != null">
limit #{pN,jdbcType=INTEGER},#{pS,jdbcType=INTEGER}