xufenglei
2020-03-26 e1143a4f557e618648a28cddd0f6b3dc5192f839
src/main/java/com/moral/task/HistoryTableInsertTask.java
@@ -87,7 +87,7 @@
                }
            }
            if (!CollectionUtils.isEmpty(minutelyDataList)) {
                //historyMinutelyService.insertHistoryMinutely(minutelyDataList, yearAndMonth);
                historyMinutelyService.insertHistoryMinutely(minutelyDataList, yearAndMonth);
                ReturnT returnT = new ReturnT(200, "插入分钟表成功");
                return returnT;
            }