| | |
| | | private static final String WORK_TYPE_TEST = "2"; |
| | | private static final String WORK_TYPE_INSPECTION = "3"; |
| | | private static final String WORK_TYPE_REPAIR = "4"; |
| | | private static final String WORK_TYPE_OTHER = "5"; |
| | | |
| | | private StaDeviceLastMapper deviceLastDao; |
| | | private StaDeviceLifeMapper deviceLifeDao; |
| | |
| | | |
| | | Boolean isEnd = false;//是否经历过结束节点 |
| | | PrProductionNode node = nodeDao.selectByPrimaryKey(workLast.nodeId); |
| | | // |
| | | record.nodeContent = node.content; |
| | | if (node.isRecord) { |
| | | record.deviceCycleContent = node.deviceCycleContent; |