| | |
| | | import com.ruoyi.inspect.domain.ArdVideoInspectRecord;
|
| | | import com.ruoyi.inspect.mapper.ArdVideoInspectRecordMapper;
|
| | | import com.ruoyi.inspect.mapper.ArdVideoInspectTaskStepMapper;
|
| | | import com.ruoyi.utils.websocket.util.WebSocketUtils;
|
| | | import lombok.extern.slf4j.Slf4j;
|
| | | import org.springframework.stereotype.Service;
|
| | | import com.ruoyi.common.utils.StringUtils;
|
| | |
| | | ardVideoInspectTaskMapper.updateArdVideoInspectTaskWithCurrentSetpInfo(ardVideoInspectTask);
|
| | | } else {
|
| | | log.debug("引导成功!");
|
| | | //region 通知前端
|
| | | Map<String, Object> message = new HashMap<>();
|
| | | Map<String, String> data = new HashMap<>();
|
| | | data.put("cameraId", cmd.getCameraId());
|
| | | data.put("wellId", well.getWellId());
|
| | | message.put("70000", data);
|
| | | WebSocketUtils.sendMessageAll(message);
|
| | | //endregion
|
| | | }
|
| | | }
|
| | | }
|