diff --git a/eda/feededa/src/main/scala/com/gmei/temp_count.scala b/eda/feededa/src/main/scala/com/gmei/temp_count.scala
index 4773bfba00ae68755045aa2d9e097ad72a81ff4d..706d173d1e98a2913616627824c0a4e9e7a4da61 100644
--- a/eda/feededa/src/main/scala/com/gmei/temp_count.scala
+++ b/eda/feededa/src/main/scala/com/gmei/temp_count.scala
@@ -316,7 +316,7 @@ object Repeated_content_recommendation_moreday {
            |from data_feed_exposure_precise
            |where cid_type = 'diary'
            |and device_id not in (select device_id from blacklist)
-           |and stat_date >='${stat_date}'
+           |and stat_date ='${stat_date}'
            |group by device_id,stat_date
          """.stripMargin
       )