From 38d72198bfcced01ed9513b978163e5cd1d84625 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期一, 21 七月 2025 15:31:41 +0800 Subject: [PATCH] 2025.7.21 1. 修改动态溯源异常判断逻辑 --- src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt b/src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt index 8f5d0eb..15ae23b 100644 --- a/src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt +++ b/src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/model/RealTimeExceptionResult.kt @@ -11,26 +11,23 @@ import com.flightfeather.uav.lightshare.eunm.ExceptionStatusType import com.flightfeather.uav.socket.eunm.FactorType import java.math.BigDecimal +import java.util.UUID /** * * @date 2025/5/13 * @author feiyu02 */ +@Deprecated("2025.5.29, 閫昏緫涓庝笟鍔′笉鍖归厤锛屽悗缁垹闄�") class RealTimeExceptionResult() : BaseExceptionResult() { - - // 寮傚父缂栧彿 - var guid: String? = null - // 寮傚父鐨勭姸鎬� - var status:Int = ExceptionStatusType.InProgress.value var deviceCode: String? = null var exception: String? = null var exceptionType: Int? = null - var factorId: Int? = null - var factorName: String? = null +// var factorId: Int? = null +// var factorName: String? = null var subFactorId: List<Int>? = null var subFactorName: List<String>? = null var selectedFactor: FactorFilter.SelectedFactor? = null @@ -53,7 +50,7 @@ var latitude: BigDecimal? = null // 涓棿鏁版嵁鐐瑰潗鏍� - var midData: BaseRealTimeData? = null + var midData: DataVo? = null // var midLongitude: BigDecimal? = null // var midLatitude: BigDecimal? = null -- Gitblit v1.9.3