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;