pms-parent/pms-web-station/src/main/java/com/dy/pmsStation/assemblyStep/AssemblyStepSv.java
@@ -359,11 +359,9 @@ 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) { //只要经历过结束节点,就一直记录device life if (preDeviceRecord != null && preDeviceRecord.getOutLineTime() != null) { saveDeviceLife(deviceLast); } } return count; }