src/main/java/com/whyc/controller/ProductController.java
@@ -47,8 +47,8 @@ } @ApiOperation(value = "产品详情查看版本信息",notes = "8.17修改后使用") @GetMapping("getProductVersion") public Response getProductVersion( @RequestParam String parentModel, String customCode){ return historyService.getProductVersion(parentModel,customCode); public Response getProductVersion( @RequestParam String parentCode, String customCode){ return historyService.getProductVersion(parentCode,customCode); } @ApiOperation(value = "根据产品id和版本查询子件及其关联的物料信息",notes = "8.17修改后使用") @GetMapping("getBomAndMaterial")