| | |
| | | import com.ycl.platform.mapper.YwThresholdMapper; |
| | | import com.ycl.platform.service.IYwThresholdService; |
| | | import com.ycl.platform.service.WorkOrderService; |
| | | import com.ycl.utils.ip.PingUtil; |
| | | import constant.YwThreadConstants; |
| | | import enumeration.CompareType; |
| | | import enumeration.general.BusinessTypeEnum; |
| | |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.util.CollectionUtils; |
| | | import utils.DateUtils; |
| | | |
| | | import java.util.*; |
| | |
| | | |
| | | } |
| | | |
| | | @Override |
| | | public void errorTypeCheckUY(List list) { |
| | | // 平台离线故障检测 |
| | | if (CollectionUtils.isEmpty(list)) { |
| | | Boolean ping = PingUtil.ping("", 5); |
| | | if (! ping) { |
| | | |
| | | } |
| | | } |
| | | // 设备离线故障检测 |
| | | |
| | | // 信号缺失故障检测 |
| | | |
| | | // 画面偏色故障检测 |
| | | |
| | | // 雪花干扰故障检测 |
| | | |
| | | // 条纹干扰故障检测 |
| | | |
| | | // 画面遮挡故障检测 |
| | | |
| | | // 清晰度异常检测 |
| | | |
| | | // 亮度异常故障检测 |
| | | } |
| | | |
| | | /** |
| | | * 判断人脸阈值是否满足下发条件 |
| | | * |