1
duhe
3 天以前 5eace1f979319f47e59a4c270e7867f4eaa457cd
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;