lizijie
2020-11-24 cf602c4416f1667635289d5ea5d31f127dcc07ff
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);
    }
}