dengjunjie
2025-04-14 970d9c5c36d526a587138232ae9dae719dbcd16d
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineExtend/ConveyorLineExtend.cs
@@ -32,6 +32,7 @@
                try
                {
                    ConveyorLineTaskCommandR command = conveyorLine.ReadCustomer<ConveyorLineTaskCommandR>(childDeviceCode);
                    _cacheService.AddOrUpdate(childDeviceCode, command);
                    if (command != null)
                    {
                        if (childDeviceCode == "1002" && command.Status == (ushort)ConveyorStatus.Wait)