|
@@ -183,7 +183,7 @@ public class MonitorIndicatorRecordServiceImpl implements IMonitorIndicatorRecor
|
|
|
save.setLogTime(new Date());
|
|
|
// save.setId(UUID.randomUUID().toString());
|
|
|
coredao.save(save);
|
|
|
- e.printStackTrace();
|
|
|
+// e.printStackTrace();
|
|
|
}
|
|
|
}
|
|
|
// 更新缓存计算轮次
|
|
@@ -877,6 +877,9 @@ public class MonitorIndicatorRecordServiceImpl implements IMonitorIndicatorRecor
|
|
|
if (!CollectionUtils.isEmpty(dataList)) {
|
|
|
result.add(dataList.get(0).getData());
|
|
|
}
|
|
|
+// log.error("【指标计算线程】:查询数据中台对象历史数据为空,projectId:" + projectId + ";" + objId +"_" + computeCode
|
|
|
+// + ";时间:" + DateUtils.date2Str(startTime, DateUtils.SDF_SECOND) + "_"
|
|
|
+// + DateUtils.date2Str(startTime2, DateUtils.SDF_SECOND)+"_"+);
|
|
|
if (CollectionUtils.isEmpty(result)) {
|
|
|
throw new Exception("【指标计算线程】:查询数据中台对象历史数据为空,projectId:" + projectId + ";objId:" + objId + ";信息点:" + computeCode
|
|
|
+ ";时间:" + DateUtils.date2Str(startTime, DateUtils.SDF_SECOND) + "_"
|