From 65d34c7f36935d4b4e524b04044ae0a8fc5f7824 Mon Sep 17 00:00:00 2001 From: hehaibing-1996 Date: Sat, 29 Jun 2024 20:05:52 +0800 Subject: [PATCH] 123 --- WCS.BLL/Tool/Helper.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/WCS.BLL/Tool/Helper.cs b/WCS.BLL/Tool/Helper.cs index f905102..41d9360 100644 --- a/WCS.BLL/Tool/Helper.cs +++ b/WCS.BLL/Tool/Helper.cs @@ -249,7 +249,7 @@ namespace WCS.BLL.Tool data1[1] = 0x01; data1[2] = 0x00; data1[3] = (byte)(data1.Length + 2); - data1[4] = 0x07; + data1[4] = 0x08; //库位灯 data1[5] = (byte)board_id; @@ -276,7 +276,7 @@ namespace WCS.BLL.Tool data1[1] = 0x01; data1[2] = 0x00; data1[3] = (byte)(data1.Length + 2); - data1[4] = 0x07; + data1[4] = 0x01; data1[5] = (byte)(lightid + 6); data1[6] = 0x03; @@ -354,6 +354,5 @@ namespace WCS.BLL.Tool } } - } }