From 7c337d682802399022fce8da2ea647c7039ede2f Mon Sep 17 00:00:00 2001 From: zhangbin <460190368@qq.com> Date: Sat, 30 Aug 2025 11:20:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BE=E5=88=86=E4=B9=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs b/OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs index ea64850..2258a49 100644 --- a/OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs +++ b/OpenAuth.App/ServiceApp/Algo/DaHuaAiApp.cs @@ -231,7 +231,7 @@ namespace OpenAuth.App.ServiceApp.Algo { break; } - lasaAiAchievement.ConfidenceLevel = (float)Math.Round(confidence,2) ; + lasaAiAchievement.ConfidenceLevel = (float)Math.Round(confidence, 2) * 100; //插入详情 LasaAiAchievementDetail lasaAiAchievementDetail = new LasaAiAchievementDetail()