From 78c9e0c605a1f79bc27d3f407b590a22e2031736 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 21 十月 2021 17:14:40 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/zhengcaioa/Controllers/SysCodeController.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Controllers/SysCodeController.cs b/zhengcaioa/zhengcaioa/Controllers/SysCodeController.cs
index fdba036..926924e 100644
--- a/zhengcaioa/zhengcaioa/Controllers/SysCodeController.cs
+++ b/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);

--
Gitblit v1.9.1