From ad97a60eb0ff674a4e7419d2102e5a635c2122f2 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 28 十月 2021 14:42:52 +0800 Subject: [PATCH] 提交 --- zhengcaioa/Services/ExpertTestTopicService.cs | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/zhengcaioa/Services/ExpertTestTopicService.cs b/zhengcaioa/Services/ExpertTestTopicService.cs index 57fa6ea..d98cbc3 100644 --- a/zhengcaioa/Services/ExpertTestTopicService.cs +++ b/zhengcaioa/Services/ExpertTestTopicService.cs @@ -327,7 +327,16 @@ foreach (var quer in querydel) { - lian.Topic += quer.Anwserno + " " + quer.Anwser + " </br>"; + if (lian.Topictype != "03") + { + lian.Topic += quer.Anwserno + " " + quer.Anwser + " </br>"; + } + + if(quer.Shifouzhengqu == "A") + { + lian.Anwsers += quer.Anwserno ; + } + } } -- Gitblit v1.9.1