lizijie
2020-11-03 428a3c3136d5a64655a09aa1e8644b6a439c2a0f
src/main/java/com/moral/task/HistoryTableInsertTask.java
@@ -337,8 +337,8 @@
        String s1=format.format(date1);
        Map<String, Object> devices = new HashMap<>();
        devices.put("macList", macList);
        devices.put("startTime", s);
        devices.put("endTime", s1);
        devices.put("startTime", s1);
        devices.put("endTime", s);
        try {
            int count = historyService.insertHistorySpecialTable(devices);
            XxlJobLogger.log("insertHistorySpecialTable:" + count);