0820-需求变更
This commit is contained in:
@@ -44,11 +44,6 @@ public class DvCheckPlanTask {
|
|||||||
@Autowired
|
@Autowired
|
||||||
private AutoCodeUtil autoCodeUtil;
|
private AutoCodeUtil autoCodeUtil;
|
||||||
|
|
||||||
// @PostConstruct
|
|
||||||
// public void init() {
|
|
||||||
// run();
|
|
||||||
// }
|
|
||||||
|
|
||||||
// 任务处理入口(每隔10分钟执行一次)
|
// 任务处理入口(每隔10分钟执行一次)
|
||||||
@Scheduled(cron = "0 0/10 * * * ?")
|
@Scheduled(cron = "0 0/10 * * * ?")
|
||||||
public void run() {
|
public void run() {
|
||||||
|
@@ -26,6 +26,7 @@ public class ProMeterialConsumeServiceImpl extends ServiceImpl<ProMeterialConsum
|
|||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private IProMonthReportService proMonthReportService;
|
private IProMonthReportService proMonthReportService;
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private IProYearReportService proYearReportService;
|
private IProYearReportService proYearReportService;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user