企业库优化

This commit is contained in:
何美荣 2026-06-16 09:07:36 +08:00
parent ce01fbac53
commit a7a29bc41d

View File

@ -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 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 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.Data != null && result.Data.Any())