|
@@ -105,7 +105,7 @@
|
|
|
record.plan_id as producePlanId
|
|
|
from produce_plan_exe_record record
|
|
|
join produce_plan_module_output output on record.plan_exe_id = output.plan_exe_id and output.produce_module_type = 3
|
|
|
- join publish_content pc on pc.source_id = record.plan_exe_id and pc.status = 2
|
|
|
+ join publish_content pc on pc.source_id = record.plan_exe_id and pc.status = 2 and pc.channel = 5
|
|
|
where output.output in
|
|
|
<foreach collection="titleList" item="item" open="(" close=")" separator=",">
|
|
|
#{item}
|