无关风月
2024-09-03 85c4410b0948799a93f19f345b4ed18c253c89f3
ruoyi-service/ruoyi-chargingPile/src/main/java/com/ruoyi/chargingPile/controller/TChargingPileNotificationController.java
@@ -43,8 +43,7 @@
   @ApiOperation(value = "删除系统通知", tags = {"管理后台-系统通知"})
   public AjaxResult delChargingPileNotification(@RequestParam("id") Long id){
      TChargingPileNotification chargingPileNotification = chargingPileNotificationService.getById(id);
      chargingPileNotification.setDelFlag(1);
      chargingPileNotificationService.updateById(chargingPileNotification);
      chargingPileNotificationService.removeById(chargingPileNotification);
      return AjaxResult.success();
   }