|
|
@@ -33,7 +33,7 @@ public class BaseSafetyToolController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "删除")
|
|
|
@DeleteMapping("/{toolIds}")
|
|
|
- public AjaxResult delete(@PathVariable @RequestParam String[] toolIds) {
|
|
|
+ public AjaxResult delete(@PathVariable String[] toolIds) {
|
|
|
return toAjax(baseSafetyToolService.delete(toolIds));
|
|
|
}
|
|
|
|