whyclxw
2024-04-28 b25b814a949d2065a61fd3167206ffb51a57af65
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;
@@ -26,6 +27,7 @@
    private DevAlarmDataVerifyMapper mapper;
    @Autowired
    @Lazy
    private AlarmManualClearService clearService;
    public Response<Object> getPage(DevAlarmPar param) {