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; }