Commit e5626c08 by songyinghui

feat: 排序

parent d238b091
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
and customer.member_phone is not null and customer.member_phone is not null
</if> </if>
</where> </where>
order by customer.id desc order by customer.last_access_time desc, customer.id desc
</select> </select>
<select id="queryWithClerkIdAndMemberId" resultMap="TabHaobanPotentialCustomerMap"> <select id="queryWithClerkIdAndMemberId" resultMap="TabHaobanPotentialCustomerMap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment