lizijie
2021-11-29 e5b0700b7977b110c1d381e38ceaeb1f98053d8f
src/main/java/com/moral/service/impl/HistoryServiceImpl.java
@@ -41,4 +41,9 @@
    public void createHistoryTable(String yearMonthDay) {
        historyMapper.createHistoryTable(yearMonthDay);
    }
    @Override
    public void dropHistoryTable(String yearMonthDay) {
        historyMapper.dropHistoryTable(yearMonthDay);
    }
}