|
|
|
@ -42,7 +42,7 @@
|
|
|
|
|
<if test="endDate != null">
|
|
|
|
|
and date(t1.create_time) <= #{endDate}
|
|
|
|
|
</if>
|
|
|
|
|
GROUP BY t4.id order by t1.create_time desc
|
|
|
|
|
order by t1.create_time desc
|
|
|
|
|
</select>
|
|
|
|
|
<select id="selectFriendListByShopId" resultType="com.kiisoo.ic.customer.bean.FriendDTO">
|
|
|
|
|
|
|
|
|
@ -200,7 +200,7 @@
|
|
|
|
|
(t2.name LIKE CONCAT('%',#{search},'%') OR t3.phone LIKE
|
|
|
|
|
CONCAT('%',#{search},'%'))
|
|
|
|
|
</if>
|
|
|
|
|
GROUP BY t4.id order by t1.create_time desc
|
|
|
|
|
order by t1.create_time desc
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|