| | |
| | | ParamData data =new ParamData(); |
| | | data.setShipId(id); |
| | | data.setProductId(id); |
| | | data.setPageCode("expect"); |
| | | |
| | | paramDataService.insert(data); |
| | | } |
| | | |
| | |
| | | xhProductModel.setId(null); |
| | | xhProductModel.setSort(xhProductModel.getSort()); |
| | | xhProductModel.setProductType(xhProductModel.getNodeType()); |
| | | if (xhProductModel.getNamePath()==null){ |
| | | xhProductModel.setNamePath(xhProductModel.getName()); |
| | | }else{ |
| | | xhProductModel.setNamePath(xhProductModel.getNamePath()+","+xhProductModel.getName()); |
| | | } |
| | | this.insert(xhProductModel); |
| | | } |
| | | return Result.ok(); |