chenhaozhe
2026-04-22 c3c3ba8325acc965729de86b896f4dbeea80b8a2
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;