username@email.com
2021-06-15 884e6a825427ef6511e7b7396635fe39c53f4fb4
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();
        }