|
@@ -66,9 +66,9 @@
|
|
t1.stat_date DESC
|
|
t1.stat_date DESC
|
|
</select>
|
|
</select>
|
|
<select id="getSignatureByPhotoId" resultType="java.lang.String">
|
|
<select id="getSignatureByPhotoId" resultType="java.lang.String">
|
|
- select signature from ctop_etl_kuaishou_video_base_info
|
|
|
|
|
|
+ select signature from ctop_kuaishou_video_get
|
|
where photo_id = #{photoId}
|
|
where photo_id = #{photoId}
|
|
|
|
+ and signature is not null
|
|
limit 1
|
|
limit 1
|
|
-
|
|
|
|
</select>
|
|
</select>
|
|
</mapper>
|
|
</mapper>
|