智慧保安后台管理-外网
Administrator
2021-08-21 42c85609efefd299782e4629a5ef2b3475e21c76
src/main/java/org/springblade/modules/dispatcher/controller/DispatcherUnitController.java
@@ -128,8 +128,6 @@
   @PostMapping("/remove")
   @ApiOperation(value = "删除", notes = "传入ids")
   public R remove(@ApiParam(value = "主键集合", required = true) @RequestParam String ids) throws Exception {
      //内网删除
      arg.sendPostRemoveByIds(arg.url+"/dispatcherUnit/remove",ids);
      return R.status(dispatcherUnitService.removeByIds(Func.toLongList(ids)));
   }