xuhy
2024-11-04 c0211a20f4f2d94fe1ac7657284504afa876b8a0
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);
   }
}