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) {