Browse Source

新疆影视学院高职
zhangli 3 years ago
parent
commit
ca81b89c8c
1 changed files with 3 additions and 0 deletions
  1. +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();


Loading…
Cancel
Save