|
@@ -167,7 +167,7 @@ public class LeanModelStatistics {
|
|
|
|
|
|
// 处理数据业务逻辑
|
|
|
fpgGatherList.forEach(fpgGatherData -> { // 循环处理采集数据处理
|
|
|
- try {
|
|
|
+// try {
|
|
|
// 采集时间
|
|
|
Instant instant = fpgGatherData.getCreateTime().toInstant();
|
|
|
LocalDateTime localDateTime = LocalDateTime.ofInstant(instant, ZoneId.systemDefault());
|
|
@@ -307,9 +307,9 @@ public class LeanModelStatistics {
|
|
|
fpgGatherData.setFpgTotalUpdatetime(new Date());
|
|
|
fpgGatherData.setId(fpgGatherData.getId());
|
|
|
fpgGatherDataService.updateById(fpgGatherData);
|
|
|
- } catch (Exception e) {
|
|
|
- log.error(e.getMessage());
|
|
|
- }
|
|
|
+// } catch (Exception e) {
|
|
|
+// log.error(e.getMessage());
|
|
|
+// }
|
|
|
});
|
|
|
});
|
|
|
}
|