From c95807a552fb8814285488b1945a26cfde7ee3fd Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期五, 26 九月 2025 13:36:02 +0800 Subject: [PATCH] 台账设备报表挪移 --- WebApi/Gs.Ww/WWBlManager.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebApi/Gs.Ww/WWBlManager.cs b/WebApi/Gs.Ww/WWBlManager.cs index 4c67cf2..7093010 100644 --- a/WebApi/Gs.Ww/WWBlManager.cs +++ b/WebApi/Gs.Ww/WWBlManager.cs @@ -117,8 +117,8 @@ m = dr.RowToDynamic(); var _tb = dset.Tables[1].TableToDynamicList(); m.list = _tb; - var _tb2 = dset.Tables[2].TableToDynamicList(); - m.list2 = _tb2; + //var _tb2 = dset.Tables[2].TableToDynamicList(); + //m.list2 = _tb2; } } catch (Exception ex) -- Gitblit v1.9.3