@@ -54,12 +54,11 @@
LEFT JOIN (
SELECT
id,
- signature
+ photo_id
FROM
ctop_kuaishou_dimension_material
where strategy_id = #{strategyId}
- GROUP BY
+ group by photo_id
) t2 ON t1.photo_id = t2.photo_id
ORDER BY
t1.stat_date DESC