zhengcaioa/zhengcaioa/Controllers/SysCodeController.cs
@@ -250,11 +250,11 @@ public IActionResult Getquestiontype(string id = null) { SysCodeDtlEntity sysCodeDtlEntity = new SysCodeDtlEntity(); if (!String.IsNullOrEmpty(id)) { //if (!String.IsNullOrEmpty(id)) //{ sysCodeDtlEntity = _sysCodeService.GetSysCodeDtlInfo(id, "Liaotian", "questiontype"); } //} // ViewData.Model = PltUserDTO; return new JsonResult(sysCodeDtlEntity);