|
|
|
|
@ -1563,27 +1563,6 @@ public class WorkOrderServiceImpl extends BaseServiceImpl<WorkOrderMapper, WorkO |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 测试数据
|
|
|
|
|
ProduceMonitorFileSlotVO fileSlotVO = new ProduceMonitorFileSlotVO(); |
|
|
|
|
List<MesRbFilePreserveDetailEntity> childrenList = new ArrayList<>(); |
|
|
|
|
MesRbFilePreserveDetailEntity detailEntity = new MesRbFilePreserveDetailEntity(); |
|
|
|
|
fileSlotVO.setRfpsType((short) 1); |
|
|
|
|
fileSlotVO.setInsertIndex("1"); |
|
|
|
|
fileSlotVO.setSlotIndex("1"); |
|
|
|
|
fileSlotVO.setSlotName("测试槽位001"); |
|
|
|
|
// detailEntity.setRfpsId(BigDecimal.valueOf(1L));
|
|
|
|
|
detailEntity.setRfpsId(1L); |
|
|
|
|
detailEntity.setDetailName("明细名称1"); |
|
|
|
|
detailEntity.setDetailIndex("1"); |
|
|
|
|
detailEntity.setAsk("工艺要求1"); |
|
|
|
|
detailEntity.setRfpdTime("2026-3-6 18:36:44"); |
|
|
|
|
detailEntity.setQualified("合格"); |
|
|
|
|
detailEntity.setParamName("参数名称1"); |
|
|
|
|
detailEntity.setParamValue("参数值1"); |
|
|
|
|
childrenList.add(detailEntity); |
|
|
|
|
fileSlotVO.setChildrenList(childrenList); |
|
|
|
|
dsRbFilePreserveSlotList.add(fileSlotVO); |
|
|
|
|
planDataVO.setDsRbFilePreserveSlotList(dsRbFilePreserveSlotList); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|