Browse Source

补充提交

chen_yjin 19 hours ago
parent
commit
6f1ff8fd64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      JLHHJSvr/Helper/BedNetHelper.cs

+ 1 - 1
JLHHJSvr/Helper/BedNetHelper.cs

@@ -2129,7 +2129,7 @@ namespace JLHHJSvr.Helper
                 var bednetAreaDic = ToDictionary(bedentArea);
 
                 var rateList = GetDuoquVal(bednetAreaDic, attrKey);
-
+                rateList = rateList.GetRange(0, springList.Count);
                 var totality = rateList.Sum();
 
                 var index = 0;