From 3655129e60cdf5d881c6d9eb93eaeccfacf2931f Mon Sep 17 00:00:00 2001 From: ndbs Date: Tue, 22 Mar 2022 09:56:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=8A=A9=E9=97=AE=E5=8D=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=88=A0=E9=99=A4=E9=A2=98=E7=9B=AE=E5=92=8C=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E7=AD=94=E6=A1=88=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StudentWork/SW_Ask_Question/SW_Ask_QuestionService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/StudentWork/SW_Ask_Question/SW_Ask_QuestionService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/StudentWork/SW_Ask_Question/SW_Ask_QuestionService.cs index dcbe85047..8a905888c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/StudentWork/SW_Ask_Question/SW_Ask_QuestionService.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/StudentWork/SW_Ask_Question/SW_Ask_QuestionService.cs @@ -114,6 +114,7 @@ namespace Learun.Application.TwoDevelopment.StudentWork db.Delete(x => x.QID == keyValue); //问题答案表 db.Delete(x => x.QID == keyValue); + db.Commit(); } catch (Exception ex) {