rem:暂时移除oss
This commit is contained in:
parent
97c19c59a2
commit
b5158721a8
@ -136,7 +136,7 @@ public class AppsService : ApplicationService
|
|||||||
.SingleAsync(x => x.Id == id);
|
.SingleAsync(x => x.Id == id);
|
||||||
_ = res ?? throw new BusinessException(message:"在指定的编号下找不到数据");
|
_ = res ?? throw new BusinessException(message:"在指定的编号下找不到数据");
|
||||||
|
|
||||||
if (res.LogoKey != null) res.LogoUrl = OSSHelper.GetUrlByKey(res.LogoKey);
|
// if (res.LogoKey != null) res.LogoUrl = OSSHelper.GetUrlByKey(res.LogoKey);
|
||||||
res.AppScope = await _appScopeRepository.AsQueryable()
|
res.AppScope = await _appScopeRepository.AsQueryable()
|
||||||
.Where(x => x.AppId == id)
|
.Where(x => x.AppId == id)
|
||||||
.Select(x => new AppScopeOutput { Id = x.Id.SelectAll() })
|
.Select(x => new AppScopeOutput { Id = x.Id.SelectAll() })
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user