Explorar o código

Merge branch 'release/yibin' of http://110.188.24.182:10023/Fengwo/hotline into release/yibin

xf hai 10 meses
pai
achega
c5e5e2d6fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Hotline.Api/Controllers/Bi/BiOrderController.cs

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

@@ -1801,7 +1801,7 @@ namespace Hotline.Api.Controllers.Bi
             dynamic? dynamicClass = DynamicClassHelper.CreateDynamicClass(dto.ColumnInfos);
 
             var dtos = list
-                .Select(stu => _mapper.Map(stu, typeof(DepartmentalProcessingStatisticsDataDto), dynamicClass))
+                .Select(stu => _mapper.Map(stu, typeof(OrderDto), dynamicClass))
                 .Cast<object>()
                 .ToList();