zengh
2021-07-29 29b4b0592230e81d2c6933279848d4333787c60d
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)));
   }