zhengcaioa/zhengcaioa/Controllers/ExpertTest/ExpertTestTopicController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zhengcaioa/zhengcaioa/Controllers/ExpertTest/ExpertTestTopicController.cs
@@ -909,6 +909,23 @@ } } foreach (var sysCodeDtl in sysCodeDtls) { var shuliang = expertTestTopicDTOs1.Count(x => x.Topictype == sysCodeDtl.CodeSn); var expertTestTopicDTO = new ExpertTestTopicDTO(); expertTestTopicDTO.Shuliang = shuliang; expertTestTopicDTO.ZhishitypeName = "合计"; expertTestTopicDTO.Zhishitype = ""; expertTestTopicDTO.Topictype = sysCodeDtl.CodeSn; expertTestTopicDTOs.Add(expertTestTopicDTO); } //ViewBag.topictype = sysCodeDtls;