| | |
| | | |
| | | 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; |
| | | |
| | |
| | | ViewBag.falv = _liaotianService.GetSYScode("expert_test_topicjiexi", "falv"); |
| | | ViewBag.question = _liaotianService.GetSYScode("t_challenge_items", "question"); |
| | | ViewBag.sysCodeDtlEntities = sysCodeDtlEntities; |
| | | ViewBag.Classify1 = Classify1; |
| | | |
| | | return View(); |
| | | } |