hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/pipeoutplan/controller/PipeOutPlanController.java
@@ -26,8 +26,8 @@ } @GetMapping("delete") BasicResult delete(String pipeNeedId){ return pipeOutPlanService.delete(pipeNeedId); BasicResult delete(@RequestParam String planOutId){ return pipeOutPlanService.delete(planOutId); } @PostMapping("update") @@ -36,8 +36,8 @@ } @GetMapping("selectInfo") BasicResult selectInfo(String pipeNeedId){ return pipeOutPlanService.selectInfo(pipeNeedId); BasicResult selectInfo(@RequestParam String planOutId){ return pipeOutPlanService.selectInfo(planOutId); } @PostMapping("findAll")