ruoyi-service/ruoyi-chargingPile/src/main/java/com/ruoyi/chargingPile/mapper/TChargingPileNotificationMapper.java
@@ -29,8 +29,14 @@ /** * 保存通知数据 * @param notification * @param siteId * @param chargingPileId * @param phone * @param content */ void saveData(TChargingPileNotification notification); void saveData(@Param("siteId") Integer siteId, @Param("chargingPileId")Integer chargingPileId, @Param("phone")String phone, @Param("content")String content); }