新增CrispDbKit相关代码结构

This commit is contained in:
aoshiguchen
2022-11-03 21:06:34 +08:00
parent 2f841ad7a5
commit a212056a46
9 changed files with 480 additions and 2 deletions
@@ -56,7 +56,7 @@ public class FlowReportForMonthJob implements IJobHandler {
@Autowired
private FlowReportDayMapper flowReportDayMapper;
@Autowired
private FlowReportMonthMapper flowReportHourDOList;
private FlowReportMonthMapper flowReportMonthMapper;
@Override
public void execute(String param) throws Exception {
@@ -96,7 +96,7 @@ public class FlowReportForMonthJob implements IJobHandler {
}
for (FlowReportMonthDO item : map.values()) {
flowReportHourDOList.add(item);
flowReportMonthMapper.add(item);
}
}