app 版本 更新查询

This commit is contained in:
wyw 2025-10-17 10:39:45 +08:00
parent aaeed113fe
commit efa2c00c1a

View File

@ -148,7 +148,7 @@ namespace APT.FM.WebApi.Controllers.Api
}
/// <summary>
/// 首页查询
/// 首页查询 app版本查询
/// </summary>
/// <param name="pageFilter"></param>
/// <returns></returns>
@ -171,7 +171,7 @@ namespace APT.FM.WebApi.Controllers.Api
appFilter.Order = DbOrder.DESC;
appFilter.Sort = "CREATE_TIME";
//查询指定租户
appFilter.SpecifyTenant = "0001";
appFilter.SpecifyTenant = "0003";
appFilter.IsSpecifyDb = true;
appFilter.IgnoreOrgRule = true;
var appVersion = this.GetEntity<T_PF_APP_VERSION>(null, appFilter, "Nav_Files.Nav_ImgFile");