|
|
|
@ -1959,6 +1959,7 @@ public class IcEventServiceImpl extends BaseServiceImpl<IcEventDao, IcEventEntit |
|
|
|
@Override |
|
|
|
public EventAnalysisResultDTO getEventAnalysis(String orgId, String orgType, String eventType) { |
|
|
|
String orgPath = getOrgPath(orgId, orgType); |
|
|
|
log.info(orgPath); |
|
|
|
EventAnalysisResultDTO dto = baseDao.getEventBySourceTypeCount(orgPath);//根据事件来源获取事件数量
|
|
|
|
Integer total; |
|
|
|
if (StringUtils.isEmpty(eventType)) { |
|
|
|
|