排灯大屏样式修改

This commit is contained in:
2025-04-01 16:46:50 +08:00
parent 8f17b0435e
commit 410abd988a

View File

@@ -144,7 +144,7 @@ public class BigScreenService : BaseService<Storagelocation>, IBigScreenService
IsLight = layer.IsLight == 1,
// IsFeedingMaterial = (layer.PackageNum ?? 0) < (layer.AlarmNum ?? 2) && layer.IsLackAlarm == 1
IsFeedingMaterial = CalculateIsOneLayerNumFeedingMaterial(layer)
}).ToArray();
}).OrderBy(it => it.LayerNum).ToArray();
var rackDto = new BigScreenDto
{
Title = group.Key,