|
@@ -36,7 +36,7 @@ class PublishSingleVideoPoolVideos:
|
|
|
from single_video_transform_queue t1
|
|
|
join publish_single_video_source t2 on t1.content_trace_id = t2.content_trace_id
|
|
|
where
|
|
|
- t1.status = {const.TRANSFORM_SUCCESS_STATUS}
|
|
|
+ t1.status = {const.TRANSFORM_INIT_STATUS}
|
|
|
and t1.platform = '{platform}'
|
|
|
and t2.category_status = {const.SUCCESS_STATUS}
|
|
|
order by score desc
|