username@email.com
2021-11-22 3ea38ff2083d7153c16005b0866fb5892e71f70d
zhengcaioa/zhengcaioa/Controllers/admin/AdmZhanghaomimaController.cs
@@ -87,7 +87,7 @@
        {
            var curentuser = JsonConvert.DeserializeObject<PltUser>(HttpContext.Session.GetString("User"));
            ViewData["curentuser"] = curentuser;
            search.Creater = curentuser.Id;
            //search.Creater = curentuser.Id;
            //JsonResult jsonResult =   new JsonResult(_liaotianService.SearchByPaging(search), new Newtonsoft.Json.Serialization.DefaultContractResolver());
            return new JsonResult(_admZhanghaomimaService.SearchByPaging(search));
        }