chen_yjin hace 22 horas
padre
commit
6f1ff8fd64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;