username@email.com
2021-06-10 c888afad7b611e6341b8e733eff5e651ae82695b
zhengcaioa/zhengcaioa/Controllers/ProjectController.cs
@@ -242,7 +242,7 @@
            ViewBag.ShengDropDown = _projectService.Getsheng().Select(x => new { code = x.CodeId, label = x.Name }).ToList();
            ViewBag.Creater = _userService.GetList().Select(x => new { code = x.Id, label = x.UserName }).ToList();
            ViewBag.flbx = _liaotianService.GetSYScode("system", "shifou").Select(x => new { code = x.CodeSn, label = x.Comments }).ToList();
            return View();
        }