src/main/kotlin/cn/flightfeather/supervision/domain/repository/UserConfigRep.kt
@@ -93,8 +93,9 @@ districtName = baseInfo?.biDistrictName ?: userInfo.extension1 sceneTypeId = userInfo.extension2?.toInt() } val res = userSettingMapper.select(userSetting) val res = userSettingMapper.selectBestConfig(userSetting) return if (res.isNotEmpty()) res[0] else null // return if (res.isNotEmpty()) res[0] else null return res } }