|
@@ -5,7 +5,7 @@
|
|
<select id="articleVideoAuditListCount" resultType="java.lang.Integer">
|
|
<select id="articleVideoAuditListCount" resultType="java.lang.Integer">
|
|
select count(content_trace_id)
|
|
select count(content_trace_id)
|
|
from publish_single_video_source
|
|
from publish_single_video_source
|
|
- where bad_status = 0 and audit_status = 1
|
|
|
|
|
|
+ where bad_status in (0, 5) and audit_status = 1
|
|
<if test="status!= null and status.size() > 0">
|
|
<if test="status!= null and status.size() > 0">
|
|
and video_pool_audit_status in
|
|
and video_pool_audit_status in
|
|
<foreach collection="status" item="item" separator="," open="(" close=")">
|
|
<foreach collection="status" item="item" separator="," open="(" close=")">
|
|
@@ -42,7 +42,7 @@
|
|
resultType="com.tzld.longarticle.recommend.server.model.entity.longArticle.PublishSingleVideoSource">
|
|
resultType="com.tzld.longarticle.recommend.server.model.entity.longArticle.PublishSingleVideoSource">
|
|
select *
|
|
select *
|
|
from publish_single_video_source
|
|
from publish_single_video_source
|
|
- where bad_status = 0 and audit_status = 1
|
|
|
|
|
|
+ where bad_status in (0, 5) and audit_status = 1
|
|
<if test="status!= null and status.size() > 0">
|
|
<if test="status!= null and status.size() > 0">
|
|
and `video_pool_audit_status` in
|
|
and `video_pool_audit_status` in
|
|
<foreach collection="status" item="item" separator="," open="(" close=")">
|
|
<foreach collection="status" item="item" separator="," open="(" close=")">
|