From 15eec3a1d67c73a52dcc4d641f3a3c1619234a89 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Thu, 4 Jul 2024 11:30:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=98=E5=BA=93=E5=AF=BC=E5=85=A5=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E4=B8=8B=E8=BD=BD=20=E8=AF=BE=E7=A8=8B=E5=88=97?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=A8=E6=80=81=E7=BB=91=E5=AE=9A=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E8=AF=BE=E7=A8=8B=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Services/Ghre/Ghre_QuestionServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiobon.Core.Services/Ghre/Ghre_QuestionServices.cs b/Tiobon.Core.Services/Ghre/Ghre_QuestionServices.cs index 5a4aac3a..4c8c022a 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_QuestionServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_QuestionServices.cs @@ -1120,7 +1120,7 @@ public class Ghre_QuestionServices : BaseServices.OprateSuccess(fileName, physicsPath + path + fileName); + var result = ServiceResult.OprateSuccess(fileName, physicsPath1); return result; }