diff --git a/Rs.DeweyTester/Flow/SubFlow/StockPlaceFlow.cs b/Rs.DeweyTester/Flow/SubFlow/StockPlaceFlow.cs index e5853b9..67c630a 100644 --- a/Rs.DeweyTester/Flow/SubFlow/StockPlaceFlow.cs +++ b/Rs.DeweyTester/Flow/SubFlow/StockPlaceFlow.cs @@ -256,7 +256,10 @@ namespace Rs.MotionPlat.Flow.SubFlow { if(curNozzle.Product!=null) { - PlaceFinishedEvent?.Invoke(curNozzle.Product); + if(trayType != ETrayType.ReTest) + { + PlaceFinishedEvent?.Invoke(curNozzle.Product); + } logInfo = $"{GetClassName()}检测到吸嘴{curNozzle.NozzleIndex}无粘料,吸嘴{curNozzle.NozzleIndex}把产品SN:{curNozzle.Product.SN}放入OK料盘{curPlaceSlot.Index}穴位"; MessageQueue.Instance.Insert(logInfo); tray.ChangeStatus(curPlaceSlot.Index, ESlotStatus.Have);