jinpengyong
2020-06-03 7756a8fda1e55ceb52a4b87c963ac4529ce2e6e7
src/main/java/com/moral/task/HistoryMinutelySubTableTask.java
@@ -24,7 +24,7 @@
        }
        String yearAndMonth=year+month;
        historyMinutelyService.createHistoryMinutelyTable(yearAndMonth);
        ReturnT returnT = new ReturnT();
        ReturnT returnT = new ReturnT(500, "创表失败!");
        return returnT;
    }
}