Explorar el Código

Merge branch 'release' of http://git.12345lm.cn/Fengwo/hotline into release

Dun.Jason hace 7 meses
padre
commit
c6cdb64b0c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Hotline.Api/Controllers/Bi/BiOrderController.cs

+ 1 - 1
src/Hotline.Api/Controllers/Bi/BiOrderController.cs

@@ -2527,7 +2527,7 @@ namespace Hotline.Api.Controllers.Bi
                 throw UserFriendlyException.SameMessage("请选择时间!");
             dto.EndTime = dto.EndTime.Value.AddDays(1).AddSeconds(-1);
 
-            var (total, items) = await _workflowStepRepository.Queryable()
+            var (total, items) = await _workflowTraceRepository.Queryable()
                 //.LeftJoin<Workflow>((x, w) => x.WorkflowId == w.Id)
                 .InnerJoin<SchedulingUser>((x, su) => x.HandlerId == su.UserId)
                 .Where((x, su) => x.ModuleCode == "OrderHandle" && x.BusinessType == EBusinessType.Send)