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