1
chenhaozhe
3 天以前 28161a2db7a593c30ca53e5c1e59103cd7591fe7
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;