whycxzp
2022-09-07 c40d7f65624a6f158ec734d2007d7bf8d3b744f4
src/main/java/com/whyc/controller/ProductBomHistoryController.java
@@ -37,7 +37,7 @@
    }*/
    @GetMapping("compare")
    @ApiOperation(value = "版本对比",notes = "preProductId:旧版本的产品id,productId:新版本的产品id")
    @ApiOperation(value = "版本对比",notes = "preProductId:旧版本的产品id,productId:新版本的产品id;返回结果data,data2,data3分别对应diffList,addList,deleteList")
    public Response compare(@RequestParam int preProductId,@RequestParam int productId){
        return service.compare(preProductId,productId);
    }