Selaa lähdekoodia

新疆影视学院高职
zhangli 3 vuotta sitten
vanhempi
commit
ca81b89c8c
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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 Näytä tiedosto

@@ -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();


Ladataan…
Peruuta
Tallenna