ruoyi-service/ruoyi-chargingPile/src/main/java/com/ruoyi/chargingPile/service/impl/TChargingPileNotificationServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-service/ruoyi-chargingPile/src/main/java/com/ruoyi/chargingPile/service/impl/TChargingPileNotificationServiceImpl.java
@@ -98,17 +98,17 @@ switch (type){ case 1: // 验证码 notification.setPhone(phone); notification.setContent(data); notification.setSiteId(null); notification.setChargingPileId(null); break; default: // 停车占位 notification.setSiteId(siteId); notification.setChargingPileId(chargingPileId); notification.setPhone(phone); notification.setContent(data); break; } notification.setPhone(phone); notification.setContent(data); this.save(notification); }