@@ -38,7 +38,7 @@
<if test="param.status != null">
and u.state = #{param.status}
</if>
- order by t.id desc;
+ order by t.id desc
</select>