@@ -56,6 +56,7 @@
and a.phone LIKE CONCAT(CONCAT('%', #{phone}), '%')
</if>
</where>
+ order by a.id desc
<if test="startCurrent != null and size !=0">
LIMIT #{startCurrent},
#{size}