企业库优化
This commit is contained in:
parent
ce01fbac53
commit
a7a29bc41d
@ -682,7 +682,8 @@ namespace APT.SK.WebApi.Controllers.Api
|
|||||||
var users = this.GetEntities<T_FM_USER>(t => t.ENABLE_STATUS == 0, new BaseFilter(pageFilter.OrgId), "Nav_Person");
|
var users = this.GetEntities<T_FM_USER>(t => t.ENABLE_STATUS == 0, new BaseFilter(pageFilter.OrgId), "Nav_Person");
|
||||||
var userPosts = this.GetEntities<T_FM_USER_POST>(t => !t.IS_DELETED, new BaseFilter(pageFilter.OrgId));
|
var userPosts = this.GetEntities<T_FM_USER_POST>(t => !t.IS_DELETED, new BaseFilter(pageFilter.OrgId));
|
||||||
var departs = this.GetEntities<T_FM_DEPARTMENT>(t => t.ENABLE_STATUS == 0, new BaseFilter(pageFilter.OrgId));
|
var departs = this.GetEntities<T_FM_DEPARTMENT>(t => t.ENABLE_STATUS == 0, new BaseFilter(pageFilter.OrgId));
|
||||||
var result = WitOrderPaged(null, pageFilter);
|
var result = this.GetOrderPageEntities<T_SK_ENTERPRISE_LIBRARY>(null, pageFilter);
|
||||||
|
//var result = WitOrderPaged(null, pageFilter);
|
||||||
if (result != null && result.Data != null)
|
if (result != null && result.Data != null)
|
||||||
{
|
{
|
||||||
if (result.Data != null && result.Data.Any())
|
if (result.Data != null && result.Data.Any())
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user