修改手机端好友列表页面出现多个客户问题。

master
kevin jiang 6 years ago
parent 54c7d3516c
commit a71e43798b

@ -42,7 +42,7 @@
<if test="endDate != null">
and DATE_FORMAT(t1.create_time,'%Y-%m-%d') &lt;= DATE_FORMAT(#{endDate},'%Y-%m-%d')
</if>
order by t1.create_time desc
GROUP BY t4.id order by t1.create_time desc
</select>
<select id="selectFriendListByShopId" resultType="com.kiisoo.ic.customer.bean.FriendDTO">
SELECT

Loading…
Cancel
Save