1
zrg
2026-04-20 2f6a8c72ab934ae59b3b695be3ec0a97ebedc924
WebAPI/Controllers/ZWDBController.cs
@@ -25,7 +25,8 @@
            List<object> columnNameList = new List<object>();
            try
            {
                DataSet ds = oCn.RunProcReturn("select  * from h_v_ZWDB where 1=1 order by HItemID desc", "h_v_ZWDB");
                string sql = $"select  * from h_v_ZWDB where 1=1 and 创建人='{user}'  order by HItemID desc";
                DataSet ds = oCn.RunProcReturn(sql, "h_v_ZWDB");
                foreach(DataColumn col in ds.Tables[0].Columns)
                {
                    Type dataType = col.DataType;