@@ -94,7 +94,7 @@
<select id="selectPhotoIdsByAccountId" parameterType="java.lang.Long"
resultType="cn.com.ctop.kuaishou.modules.batch.entity.KuaiShouVideoGet">
- select *
+ select photo_id,stat_date,channel_type
from ctop_kuaishou_video_get
where account_id = #{accountId}
and status = 0