Lyyyi пре 5 дана
родитељ
комит
067a10e431
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 2 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -17132,12 +17132,13 @@ FROM
                         }
                         else dic.Add("SubZS", "0.00");
 
+
                         if (table1 != null && table1.Rows.Count > 0)
                         {
                             //删除多余行
                             while (table1.Rows.Count > table1Row)
                             {
-                                table1.Rows.RemoveAt(tabletable1Row2Row);
+                                table1.Rows.RemoveAt(table1Row);
                             }
                         }