puzhibing
2024-09-02 c81e1267ee71da9bbf345ab2788deb3a65dbcd8c
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();
   }