排灯大屏样式修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user