yangle
2024-02-27 c1114a31eb486d82a47a14c5e50b10b9a90fcdfe
高级过滤方案优化
1个文件已修改
4 ■■■■ 已修改文件
WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs
@@ -384,8 +384,8 @@
                    foreach (DataRow row in ds.Tables[0].Rows)
                    {
                        TreeModel Three = new TreeModel();
                        Three.id = ds.Tables[0].Rows[0]["HInterID"].ToString();
                        Three.title = ds.Tables[0].Rows[0]["HName"].ToString();
                        Three.id = row["HInterID"].ToString();
                        Three.title = row["HName"].ToString();
                        treeModels.Add(Three);
                    }
                }