|
@@ -45,6 +45,7 @@
|
|
select photo_id from ctop_kuaishou_video_get
|
|
select photo_id from ctop_kuaishou_video_get
|
|
where account_id = #{accountId}
|
|
where account_id = #{accountId}
|
|
and photo_name like concat(#{appVersion}'%')
|
|
and photo_name like concat(#{appVersion}'%')
|
|
|
|
+ and status = 0
|
|
)
|
|
)
|
|
</if>
|
|
</if>
|
|
LIMIT #{num}
|
|
LIMIT #{num}
|
|
@@ -74,6 +75,7 @@
|
|
select photo_id from ctop_kuaishou_video_get
|
|
select photo_id from ctop_kuaishou_video_get
|
|
where account_id = #{accountId}
|
|
where account_id = #{accountId}
|
|
and photo_name like concat(#{appVersion}'%')
|
|
and photo_name like concat(#{appVersion}'%')
|
|
|
|
+ and status = 0
|
|
)
|
|
)
|
|
</if>
|
|
</if>
|
|
ORDER BY stat_date ASC
|
|
ORDER BY stat_date ASC
|
|
@@ -105,6 +107,7 @@
|
|
<if test="appVersion != null and appVersion != '' ">
|
|
<if test="appVersion != null and appVersion != '' ">
|
|
and photo_name like concat(#{appVersion}'%')
|
|
and photo_name like concat(#{appVersion}'%')
|
|
</if>
|
|
</if>
|
|
|
|
+ and status = 0
|
|
and signature is not null
|
|
and signature is not null
|
|
)
|
|
)
|
|
GROUP BY
|
|
GROUP BY
|