于紫祥_1901
2021-01-14 be075862989b0792ba002764ecd44b04b8838218
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);
    }
}