ruoyi-service/ruoyi-chargingPile/src/main/java/com/ruoyi/chargingPile/controller/TApplyChargingPileController.java
@@ -74,6 +74,18 @@ applyChargingPileService.updateById(byId); return AjaxResult.success(); } @ApiOperation(tags = {"后台-申请表单-申请建桩"},value = "删除") @DeleteMapping(value = "/remark") public AjaxResult remark(String ids) { String[] split = ids.split(","); for (String s : split) { applyChargingPileService.removeById(s); } return AjaxResult.success(); }