zoujiajian 2 жил өмнө
parent
commit
f1ebd8f7b1

+ 0 - 3
netflix-dao/src/main/resources/mapper/CorpUserTagMapper.xml

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