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