diff --git a/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs b/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs index 8e7b9d1..92a3c27 100644 --- a/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs +++ b/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs @@ -520,6 +520,7 @@ namespace Rs.MotionPlat.Flow //判断治具是否有产品,没有产品则直接放料 if (curFixture.Product != null) { + curFixture.AddTestRecordToProduct(); //在这里判断这个治具上的产品,有没有吸嘴上的产品和它进行交换的,如果没有,则继续轮询下一个治具 needPlaceNozzle = GetPlaceNozzle(curFixture); if (needPlaceNozzle != null)