摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Dapper; using System.Data.SqlClient; 阅读全文
posted @ 2020-01-11 20:59 噜啦啦0001 阅读(109) 评论(0) 推荐(0) 编辑
摘要: public PageModel Get(int PageIndex = 1, int PageSize = 5, int Pid = 0, int Tid = 0, int Gid = 0) { DynamicParameters sp = new DynamicParameters(); sp. 阅读全文
posted @ 2020-01-11 08:39 噜啦啦0001 阅读(3450) 评论(0) 推荐(0) 编辑
摘要: 去web配置里改一下版本 版本不一致 改一下就好了 阅读全文
posted @ 2020-01-11 08:37 噜啦啦0001 阅读(620) 评论(0) 推荐(0) 编辑