username@email.com
2021-11-26 b3b54f994b5f17b850413c6398e63e25744635e9
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();
        }