客户列表倒序排列
This commit is contained in:
parent
1e4887e367
commit
6e8f2cdba0
|
|
@ -48,6 +48,7 @@
|
||||||
AND place_status = #{placeStatus}
|
AND place_status = #{placeStatus}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by update_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="countCustomer" resultType="long">
|
<select id="countCustomer" resultType="long">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue