whycxzp
2022-10-28 7b0f3ac0a411616e1af4667fb68f09801c00d999
src/main/java/com/whyc/controller/ProductController.java
@@ -111,4 +111,13 @@
    public Response getLockedByProductId( @RequestParam int productId){
        return service.getLockedByProductId(productId);
    }
    /*@GetMapping("manualUpdate")
    @Transactional
    public void manualUpdate(){
        //material属性转移到bom和bomHistory
        bomHistoryService.updateMaterialField2BomHistory();
        bomService.updateMaterialField2Bom();
    }*/
}