puzhibing
2024-11-02 b3b1f4b708a7dc993cc5f2d7364fb7f8119d2d93
ruoyi-service/ruoyi-chargingPile/src/main/java/com/ruoyi/chargingPile/service/impl/TChargingPileNotificationServiceImpl.java
@@ -99,7 +99,7 @@
      notification.setChargingPileId(chargingPileId);
      notification.setPhone(phone);
      notification.setContent(data);
      this.baseMapper.saveData(notification);
      this.save(notification);
   }
}