智慧保安后台管理-外网
tangzy
2021-07-29 c879d4a609d58223502a3dfece60b05b23018c3c
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)));
   }