src/main/kotlin/com/flightfeather/uav/domain/repository/SourceTraceRep.kt
@@ -42,6 +42,14 @@ } } fun insertList(msgType: MsgType, objList: List<PollutedClue>): Int { var res = 0 objList.forEach { res += insert(msgType, it) } return res } /** * 插入线索信息 */