This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
补助问卷管理删除题目和相关答案失败
临城职教中职
ndbs
2 years ago
parent
1ff92eb0dc
commit
3655129e60
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/StudentWork/SW_Ask_Question/SW_Ask_QuestionService.cs
+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/StudentWork/SW_Ask_Question/SW_Ask_QuestionService.cs
View File
@@ -114,6 +114,7 @@ namespace Learun.Application.TwoDevelopment.StudentWork
db.Delete<SW_Ask_Main_QuestionEntity>(x => x.QID == keyValue);
//问题答案表
db.Delete<SW_Ask_QuestionItemsEntity>(x => x.QID == keyValue);
db.Commit();
}
catch (Exception ex)
{
Write
Preview
Loading…
Cancel
Save