智慧保安后台管理-外网项目备份
Administrator
2021-08-05 0dff0b23d5d37cee7b72093f135c26c657201bd6
src/main/java/org/springblade/modules/equipage/controller/GunController.java
@@ -75,6 +75,7 @@
    */
   @PostMapping("/remove")
   public R remove(@ApiParam(value = "主键集合") @RequestParam String ids) {
      arg.sendPostRemoveByIds(arg.url+"/gun/remove",ids);
      return R.status(gunService.removeByIds(Func.toLongList(ids)));
   }