username@email.com
2021-10-21 78c9e0c605a1f79bc27d3f407b590a22e2031736
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);