username@email.com
2022-07-28 976aa1a04fff81af4939affa80d3357013157353
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();
        }