tangzy
2021-07-30 2388341438c3c0a4ff54977a043163f75ec12561
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)));
   }