田爽 1 рік тому
батько
коміт
296648301a
1 змінених файлів з 1 додано та 0 видалено
  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);