Browse Source

修改sql

yumeng 4 years ago
parent
commit
48253fc3fe

+ 1 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouVideoGetMapper.xml

@@ -137,6 +137,7 @@
   FROM
 	ctop_kuaishou_video_get
 	where  stat_date >= #{statDate}
+	and signature is not null
    GROUP BY
 	photo_id
  </insert>