From ebfd0b0c9ac0feba1eca66783af5cdc8ec6ce38c Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 14 十二月 2022 11:17:00 +0800 Subject: [PATCH] feat: 添加暂不处理和暂不学习批处理接口 --- ycl-platform/src/main/java/com/ycl/controller/cockpit/enforcementEvents/EnforcementEventsController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/controller/cockpit/enforcementEvents/EnforcementEventsController.java b/ycl-platform/src/main/java/com/ycl/controller/cockpit/enforcementEvents/EnforcementEventsController.java index 78cfda3..244ee39 100644 --- a/ycl-platform/src/main/java/com/ycl/controller/cockpit/enforcementEvents/EnforcementEventsController.java +++ b/ycl-platform/src/main/java/com/ycl/controller/cockpit/enforcementEvents/EnforcementEventsController.java @@ -47,7 +47,7 @@ IBaseCaseService iBaseCaseService; @Autowired IViolationsService iViolationsService; - @Autowired + @Resource TrendAnalysisMapper trendAnalysisMapper; @ApiOperation(value = "鎵ф硶浜嬩欢缁熻") -- Gitblit v1.8.0