田爽 1 gadu atpakaļ
vecāks
revīzija
296648301a
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/Hotline.Api/Controllers/OrderController.cs

+ 1 - 0
src/Hotline.Api/Controllers/OrderController.cs

@@ -1506,6 +1506,7 @@ public class OrderController : BaseController
     public async Task<OrderScreenListDto> ScreenEntity(string id)
     {
         var model = await _orderScreenRepository.Queryable(workflowFilter:false)
+            .Includes(x=> x.Order)
             .Includes(x => x.Workflow)
             .Includes(x => x.Visit, d => d.Order)
             .FirstAsync(x => x.Id == id);