kaiyu
2020-11-20 995a527d6e7d2d0cb141f6853b2b7a2a67b8a1c2
src/main/java/com/moral/service/impl/HistoryServiceImpl.java
@@ -36,4 +36,14 @@
    public void deletePartition(String p) {
        historyMapper.deletePartition(p);
    }
    @Override
    public void createHistoryTable(String yearMonthDay) {
        historyMapper.createHistoryTable(yearMonthDay);
    }
    @Override
    public void dropHistoryTable(String yearMonthDay) {
        historyMapper.dropHistoryTable(yearMonthDay);
    }
}