pms-parent/pms-web-station/src/main/java/com/dy/pmsStation/assemblyStep/AssemblyStepSv.java
@@ -357,10 +357,12 @@ int count = deviceLast.id == null ? deviceLastDao.insertSelective(deviceLast) : deviceLastDao.updateByPrimaryKey(deviceLast); saveDeviceProductionLog(deviceLast); if(preDeviceRecord.currNode != null){ boolean isEndNode = nodeDao.isEndNode(preDeviceRecord.currNode); if (isEndNode) { saveDeviceLife(deviceLast); } } return count; }