puzhibing
2024-11-04 0acc8a28c8cb84edbec75526cb79ed1b374924ae
ruoyi-service/ruoyi-chargingPile/src/main/java/com/ruoyi/chargingPile/service/impl/TChargingPileNotificationServiceImpl.java
@@ -95,8 +95,8 @@
   @Override
   public void saveData(Integer type,Integer siteId,Integer chargingPileId, String phone, String data) {
      TChargingPileNotification notification = new TChargingPileNotification();
      notification.setSiteId(siteId==null?-1:siteId);
      notification.setChargingPileId(chargingPileId==null?-1:chargingPileId);
      notification.setSiteId(siteId);
      notification.setChargingPileId(chargingPileId);
      notification.setPhone(phone);
      notification.setContent(data);
      this.save(notification);