app 版本 更新查询
This commit is contained in:
parent
aaeed113fe
commit
efa2c00c1a
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user