提交 10413a88 作者: obcy

Merge remote-tracking branch 'origin/event_fusion' into event_fusion

...@@ -244,7 +244,8 @@ ...@@ -244,7 +244,8 @@
</if> </if>
) x) b ) x) b
on (a.subject_id = b.subject_id and a.source_id = b.source_id) 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>
<select id="selectOldLabelTypeList" resultType="com.zzsn.event.feign.entity.SysDict"> <select id="selectOldLabelTypeList" resultType="com.zzsn.event.feign.entity.SysDict">
......
...@@ -131,7 +131,7 @@ public class InformationServiceImpl implements InformationService { ...@@ -131,7 +131,7 @@ public class InformationServiceImpl implements InformationService {
if (StringUtils.isNotEmpty(reportId)) { if (StringUtils.isNotEmpty(reportId)) {
ReportConditionVO reportCondition = commonService.getReportCondition(reportId); ReportConditionVO reportCondition = commonService.getReportCondition(reportId);
String dataBaseCondition = reportCondition.getDataBaseCondition(); String dataBaseCondition = reportCondition.getDataBaseCondition();
if (StringUtils.isNotEmpty(dataBaseCondition)) { if (StringUtils.isEmpty(dataBaseCondition)) {
dataBaseCondition = "{}"; dataBaseCondition = "{}";
} }
JSONObject reportBaseCondition = JSONObject.parseObject(dataBaseCondition); JSONObject reportBaseCondition = JSONObject.parseObject(dataBaseCondition);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论