puzhibing
2024-08-17 3a0a98d3ea6f852eff758413e5e7ec36e1e06404
ruoyi-service/ruoyi-chargingPile/src/main/java/com/ruoyi/chargingPile/controller/TChargingPileNotificationController.java
@@ -39,9 +39,9 @@
   
   
   @ResponseBody
   @DeleteMapping("/delChargingPileNotification/{id}")
   @DeleteMapping("/delChargingPileNotification")
   @ApiOperation(value = "删除系统通知", tags = {"管理后台-系统通知"})
   public AjaxResult delChargingPileNotification(@PathVariable Long id){
   public AjaxResult delChargingPileNotification(@RequestParam("id") Long id){
      TChargingPileNotification chargingPileNotification = chargingPileNotificationService.getById(id);
      chargingPileNotification.setDelFlag(1);
      chargingPileNotificationService.updateById(chargingPileNotification);