|
@@ -679,6 +679,7 @@ namespace Hotline.Api.Controllers
|
|
|
var knowledge = await _knowledgeRepository.Queryable()
|
|
|
.Includes(x => x.SourceOrganize)
|
|
|
.Includes(x => x.KnowledgeTypes)
|
|
|
+ .Includes(x=>x.KnowledgeOrganizes)
|
|
|
.Includes(x => x.HotspotType)
|
|
|
.FirstAsync(p => p.Id == Id, HttpContext.RequestAborted);
|
|
|
if (knowledge is null)
|