Commit be146fc5 by huluobin

hr check

parent 9d52c47a
...@@ -322,7 +322,7 @@ public class CostController { ...@@ -322,7 +322,7 @@ public class CostController {
} }
@ApiOperation("删除费用单") @ApiOperation("删除费用单")
@PostMapping("/deleted") @PostMapping("/list/deleted")
public CostResult<Void> deleted(@RequestParam String costNo) { public CostResult<Void> deleted(@RequestParam String costNo) {
costService = CostServiceFactory.getCostService(costNo); costService = CostServiceFactory.getCostService(costNo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment