1
wtt
3 天以前 1ceb5fc6dd247de99386f4eab61d0389e84c69b8
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;