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