PC-201906131823\Administrator
2021-11-08 3b029fb510aeca89d31812bde7542ee55a8ddc1a
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;