| | |
| | | |
| | | @Override |
| | | public GetThingListMaterialRelationVO getThingListMaterialRelation(IdParam idParam) { |
| | | GetThingListMaterialRelationVO getThingListMaterialRelationVO = GenericConverter.convert( |
| | | getOne(Condition.getQueryWrapper(GenericConverter.convert(idParam, GdImplementListEntity.class))), GetThingListMaterialRelationVO.class); |
| | | GetThingListMaterialRelationVO getThingListMaterialRelationVO = new GetThingListMaterialRelationVO(); |
| | | |
| | | // 查询实施清单详情 |
| | | GdImplementListEntity gdImplement = getOne(Condition.getQueryWrapper(GenericConverter.convert(idParam, GdImplementListEntity.class))); |
| | | getThingListMaterialRelationVO.setImplementListId(gdImplement.getId()); |
| | | |
| | | List<GdThingListMaterialRelEntity> gdThingListMaterialRelEntityList = gdThingListMaterialRelService.list( |
| | | Wrappers.<GdThingListMaterialRelEntity>query() |