whyclxw
2025-05-28 e16302f9d475c7cc4dd18c5abf1a23cb5502e362
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;
@@ -23,6 +24,7 @@
    private BattAlarmDataVerifyMapper mapper;
    @Autowired
    @Lazy
    private AlarmManualClearService clearService;