提交 51755413 作者: yanxin

专题信息源数量统计bug修改

上级 5d5b9667
......@@ -244,7 +244,8 @@
</if>
) x) b
on (a.subject_id = b.subject_id and a.source_id = b.source_id)
where b.source_id is null group by a.subject_id
LEFT JOIN info_source x on(a.source_id = x.id)
where b.source_id is null and x.id is not null group by a.subject_id
</select>
<select id="selectOldLabelTypeList" resultType="com.zzsn.event.feign.entity.SysDict">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论