Compare commits
2 Commits
66986befb9
...
ef2976955c
| Author | SHA1 | Date | |
|---|---|---|---|
| ef2976955c | |||
| f91087b7db |
@ -657,12 +657,14 @@
|
||||
//这边怎么调用 原生的 GetEntity 方法
|
||||
|
||||
|
||||
string conn = OPTenantDBConnService.GetConnByORGID(new Guid(filter.Parameter1));
|
||||
//string conn = OPTenantDBConnService.GetConnByORGID(new Guid(filter.Parameter1));
|
||||
//var service = APT.Infrastructure.Api.ServiceLocator.Instance.GetService<IFMNotificatoinService>();
|
||||
filter.IgnoreOrgRule = true;
|
||||
//filter.OrgId = null;
|
||||
filter.SpecifyDbConn = conn;
|
||||
filter.OrgId = null;
|
||||
//filter.SpecifyDbConn = conn;
|
||||
filter.IsSpecifyDb = true;
|
||||
filter.SpecifyTenant = "0005";
|
||||
filter.IgnoreDataRule = true;
|
||||
//var ccc = service.GetEntities<T_PF_APPROVE>(e => !e.IS_DELETED, filter, null);
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user