新增CrispDbKit相关代码结构
This commit is contained in:
+2
-2
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user