|
|
@@ -411,7 +411,7 @@
|
|
|
select cpgpv.*
|
|
|
from content_platform_gzh_plan_video cpgpv
|
|
|
join content_platform_gzh_plan cpgp on cpgp.id = cpgpv.plan_id
|
|
|
- where cpgp.root_source_id = #{rootSourceId}
|
|
|
+ where cpgpv.root_source_id = #{rootSourceId}
|
|
|
and cpgp.type = #{planType}
|
|
|
and cpgp.status = 1
|
|
|
</select>
|