jinpengyong
2021-02-20 1bc01b6d0c904c80dc002285654ebb542f044474
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);
    }
}