lxw
2023-02-23 4b8f4a3dd79fbc02dc7faaa694b1be391dd1f995
src/main/java/com/whyc/controller/ProductController.java
@@ -80,7 +80,7 @@
        return bomHistoryService.getBomHistoryAndMaterial(productId,version);
    }
    @ApiOperation(value = "历史产品信息查看(产品中有0120开头的物料其实是产品,查看产品信息)",notes = "2.8修改后使用")
    @ApiOperation(value = "历史产品信息查看(产品中有0120开头的物料其实是产品,查看产品信息)",notes = "2.8修改后使用!!!暂时无用!!!!")
    @GetMapping("getBomHistoryAndMaterial_0120")
    public Response getBomHistoryAndMaterial_0120( @RequestParam String parentCode, @RequestParam String parentName, @RequestParam String parentModel){
        return bomHistoryService.getBomHistoryAndMaterial_0120(parentCode,parentName,parentModel);
@@ -137,4 +137,10 @@
    public Response getFkProduct(){
        return service.getFkProduct();
    }
    @ApiOperation(value = "产品对比下拉选中")
    @GetMapping("getCompareProduct")
    public Response getCompareProduct(){
        return service.getCompareProduct();
    }
}