田爽 il y a 1 an
Parent
commit
c8528b6435
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/Hotline.Api/Controllers/Bi/BiOrderController.cs

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

@@ -208,7 +208,7 @@ namespace Hotline.Api.Controllers.Bi
 			        Id = x.Id,
 			        Name = x.HotSpotName,
 			        Num = SqlFunc.AggregateSum(SqlFunc.IIF(o.Id != null, 1, 0)),
-			        Sublevel = SqlFunc.AggregateSum(SqlFunc.IIF(x.HotSpotName != o.HotspotSpliceName, 1, 0)) > 0,
+			        Sublevel = SqlFunc.AggregateSum(SqlFunc.IIF(x.HotSpotName != o.HotspotName, 1, 0)) > 0,
 				}).MergeTable().ToListAsync();
 			if (dto.Type > 0)
 	        {