From 976aa1a04fff81af4939affa80d3357013157353 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 28 七月 2022 16:51:17 +0800
Subject: [PATCH] 文书管理

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

diff --git a/zhengcaioa/zhengcaioa/Controllers/SysCodeController.cs b/zhengcaioa/zhengcaioa/Controllers/SysCodeController.cs
index d611613..7b95a97 100644
--- a/zhengcaioa/zhengcaioa/Controllers/SysCodeController.cs
+++ b/zhengcaioa/zhengcaioa/Controllers/SysCodeController.cs
@@ -760,7 +760,7 @@
 
             SysCodeDtlEntity sysCodeDtlEntity = new SysCodeDtlEntity();
 
-            var sysCodeDtlEntities = _sysCodeService.GetSysCodeDtlInfoss(Classify1, "t_complaint_items", "law");
+            var sysCodeDtlEntities = _sysCodeService.GetSysCodeDtlInfoss("涓嶅瓨鍦�", "t_complaint_items", "law");
             sysCodeDtlEntity.Classify1 = Classify1;
             sysCodeDtlEntity.CodeId = sysCodeDtlEntities[0].CodeId;
 
@@ -769,6 +769,7 @@
             ViewBag.falv = _liaotianService.GetSYScode("expert_test_topicjiexi", "falv");
             ViewBag.question = _liaotianService.GetSYScode("t_challenge_items", "question");
             ViewBag.sysCodeDtlEntities = sysCodeDtlEntities;
+            ViewBag.Classify1 = Classify1;
 
             return View();
         }

--
Gitblit v1.9.1