whycxzp
2023-08-21 10dc6391c1f735633df581d253d932b8dbbc884d
更新待确认告警相关代码
3个文件已修改
12 ■■■■ 已修改文件
src/main/java/com/whyc/service/BattAlarmDataVerifyService.java 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/service/DevAlarmDataVerifyService.java 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/service/PwrDevAlarmVerifyService.java 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/service/BattAlarmDataVerifyService.java
@@ -11,6 +11,7 @@
import com.whyc.util.ActionUtil;
import com.whyc.util.MessageUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
@@ -22,7 +23,8 @@
    @Resource
    private BattAlarmDataVerifyMapper mapper;
    @Autowired(required = false)
    @Autowired
    @Lazy
    private AlarmManualClearService clearService;
src/main/java/com/whyc/service/DevAlarmDataVerifyService.java
@@ -14,6 +14,7 @@
import com.whyc.pojo.WorkflowMain;
import com.whyc.util.ActionUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
@@ -25,7 +26,8 @@
    @Resource
    private DevAlarmDataVerifyMapper mapper;
    @Autowired(required = false)
    @Autowired
    @Lazy
    private AlarmManualClearService clearService;
    public Response<Object> getPage(DevAlarmPar param) {
src/main/java/com/whyc/service/PwrDevAlarmVerifyService.java
@@ -10,6 +10,7 @@
import com.whyc.pojo.WorkflowMain;
import com.whyc.util.ActionUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
@@ -21,7 +22,8 @@
    @Resource
    private PwrDevAlarmVerifyMapper mapper;
    @Autowired(required = false)
    @Autowired
    @Lazy
    private AlarmManualClearService clearService;
    public Response<Object> getPage(PwrdevAlarm param) {