|
|
@@ -71,9 +71,6 @@
|
|
|
</if>
|
|
|
<if test="endTime != null">
|
|
|
and ct.created_time < #{endTime}
|
|
|
- </if>
|
|
|
- <if test="thisDate != null">
|
|
|
- and date_format(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
|