jinpengyong
2020-11-23 d3c68dd9fec28c76e0bb61879dffaa7b0ec1e690
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);
    }
}