From 6a7bb5498610b82d933f130b992a5c921805527b Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Wed, 7 Aug 2024 09:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= 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, 3 insertions(+), 1 deletion(-) diff --git a/Tiobon.Core.Services/Ghre/Ghre_QuestionServices.cs b/Tiobon.Core.Services/Ghre/Ghre_QuestionServices.cs index bf769eec..250f0deb 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_QuestionServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_QuestionServices.cs @@ -1000,6 +1000,8 @@ public class Ghre_QuestionServices : BaseServices.OprateSuccess(fileName, physicsPath1); + var result = ServiceResult.OprateSuccess("题库.xlsx", physicsPath1); return result; }