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