zoujiajian 2 лет назад
Родитель
Сommit
f1ebd8f7b1
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      netflix-dao/src/main/resources/mapper/CorpUserTagMapper.xml

+ 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