|
|
@@ -108,7 +108,7 @@
|
|
|
where tag_id = #{tagIdStr}
|
|
|
group by relation_id
|
|
|
<if test="thisDate != null">
|
|
|
- and date_format(min(ct.created_time),'%Y-%m-%d') = #{thisDate}
|
|
|
+ having date_format(min(ct.created_time),'%Y-%m-%d') = #{thisDate}
|
|
|
</if>) s
|
|
|
left join corp_user_follow_relation cufr on cufr.id = s.relation_id
|
|
|
left join corp_user_auth ca on ca.external_userid = cufr.corp_user_id
|