src/main/kotlin/com/flightfeather/uav/lightshare/bean/DataVo.kt
@@ -42,7 +42,7 @@ row.add(lng ?: -1.0) row.add(lat ?: -1.0) values?.forEach { if (FactorType.outputFactor(it.factorName)) { if (FactorType.isOutputFactor(it.factorName)) { row.add(it.factorData ?: -1.0) // row.add(it.physicalQuantity ?: -1.0) } @@ -57,7 +57,7 @@ list.add("经度") list.add("纬度") values?.forEach { if (FactorType.outputFactor(it.factorName)) { if (FactorType.isOutputFactor(it.factorName)) { val name = it.factorName ?: "" list.add(name) // list.add("$name(物理量)")