1
This commit is contained in:
@ -75,7 +75,10 @@ namespace WCS.BLL.Services.Service
|
||||
{
|
||||
var shelfModel = new SingleLightShelfModel();
|
||||
//报警灯
|
||||
shelfModel.WarningLightMode = request.LightMode;
|
||||
if(shelf.LightId > 0)
|
||||
{
|
||||
shelfModel.WarningLightMode = request.LightMode;
|
||||
}
|
||||
shelfModel.WarningLightColor = request.ColorMode;
|
||||
shelfModel.WarningBoardId = shelf.LightId;
|
||||
shelfModel.ClientIp = shelf.ClientIp;
|
||||
@ -86,6 +89,7 @@ namespace WCS.BLL.Services.Service
|
||||
BoardId = t.BoardId,
|
||||
LightMode = request.LightMode,
|
||||
LightColor = request.ColorMode,
|
||||
LightNumber = t.SingleLightNumber,
|
||||
}).ToList();
|
||||
|
||||
shelfModels.Add(shelfModel);
|
||||
|
Reference in New Issue
Block a user