zhengcaioa/zhengcaioa/Controllers/Expert/ExpertController.cs
@@ -119,7 +119,8 @@ ViewBag.users = _userService.GetList().Select(x => new { code = x.Id, label = x.UserName }).ToList(); ViewBag.YearJiou = _liaotianService.GetSYScode("experts", "year_jiou").Select(x => new { code = x.CodeSn, label = x.Comments }).ToList(); ViewBag.Createtime = DateTime.Now.ToString("yyyy-MM-dd"); ; ViewBag.Createtime = DateTime.Now.ToString("yyyy-MM-dd"); ViewBag.Createtimebe = DateTime.Now.AddYears(-1).ToString("yyyy-MM-dd"); return View(); }