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
新疆影视学院高职
zhangli
3 years ago
parent
7fc5b3bd53
commit
ca81b89c8c
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.OA/Notice/NoticeService.cs
+ 3
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.OA/Notice/NoticeService.cs
View File
@@ -91,6 +91,9 @@ namespace Learun.Application.OA
db.Update(entity);
//db.Delete(entity);
}
string sql = $"delete MessageRemind where InstanceId='{entity.F_NewsId}'";
db.ExecuteBySql(sql);
}
db.Commit();
Write
Preview
Loading…
Cancel
Save