tangzy
2021-08-09 e262c9dd1b5f00b5f0ee4ea85a51a6e769c39590
src/main/java/org/springblade/modules/dispatcher/controller/DispatcherUnitController.java
@@ -129,7 +129,7 @@
   @ApiOperation(value = "删除", notes = "传入ids")
   public R remove(@ApiParam(value = "主键集合", required = true) @RequestParam String ids) throws Exception {
      //内网删除
      arg.sendPostRemoveByIds(arg.url+"/dispatcherUnit/remove",ids);
      //arg.sendPostRemoveByIds(arg.url+"/dispatcherUnit/remove",ids);
      return R.status(dispatcherUnitService.removeByIds(Func.toLongList(ids)));
   }