lingpeng.li 6 месяцев назад
Родитель
Сommit
c6fd152bdc

+ 2 - 2
jeecg-module-gather/src/main/java/org/jeecg/modules/watch/MysqlWatch.java

@@ -90,11 +90,11 @@ public class MysqlWatch {
                 Date latestCreateTime1 = null;
                 if (latestData != null) {
                     latestCreateTime1 = latestData.getCreateTime();
-                    log.info("最新的 createTime: " + latestCreateTime1);
+
                 } else {
                     // 如果没有找到记录,给一个默认时间
                     latestCreateTime1 = new Date(0); // 默认时间设置为 1970-01-01 00:00:00
-                    log.info("没有找到任何记录,使用默认时间: " + latestCreateTime1);
+
                 }