Commit 94282e26 by zhangkb

修改删除指标计分规则删除接口参数

parent eb25e3bc
...@@ -74,7 +74,7 @@ public class IndScorecardCtrl { ...@@ -74,7 +74,7 @@ public class IndScorecardCtrl {
@ApiOperation(value = "删除", notes = "删除") @ApiOperation(value = "删除", notes = "删除")
@PostMapping(value = "/delete") @PostMapping(value = "/delete")
public String delete(@RequestBody List<Integer> ids) { public String delete(@RequestParam List<Integer> ids) {
return indScorecardService.delete(ids); return indScorecardService.delete(ids);
} }
......
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