From 92e6e439ba79967f494767c77bcbd681f7c81a79 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Wed, 21 Aug 2024 14:48:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=98=E5=BA=93=20=E5=A1=AB=E7=A9=BA?= =?UTF-8?q?=E9=A2=98=E4=B8=80=E4=B8=AA=E5=A1=AB=E7=A9=BA=E9=A1=B9=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=94=BE8=E4=B8=AA=E4=B8=8B=E5=88=92=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Services/Ghre/Ghre_QuestionServices.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiobon.Core.Services/Ghre/Ghre_QuestionServices.cs b/Tiobon.Core.Services/Ghre/Ghre_QuestionServices.cs index 0ee5bad5..8a0356ac 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_QuestionServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_QuestionServices.cs @@ -1035,10 +1035,10 @@ public class Ghre_QuestionServices : BaseServices index + 4) { if (questionContent.Substring(index + 2, 2) == "()") - questionContent = questionContent.Substring(0, index) + "____、" + questionContent.Substring(index + 2); + questionContent = questionContent.Substring(0, index) + "________、" + questionContent.Substring(index + 2); } else - questionContent = questionContent.Substring(0, index) + "____" + questionContent.Substring(index + 2); + questionContent = questionContent.Substring(0, index) + "________" + questionContent.Substring(index + 2); insertAnswers.Add(new InsertGhre_QuestionAnswerInput() {