Pu Zhibing
昨天 4f9263aeee1c7e5a87a7ff58d008fb1c47ceed6b
ruoyi-service/ruoyi-chargingPile/src/main/java/com/ruoyi/chargingPile/controller/TAccountingStrategyController.java
@@ -394,8 +394,10 @@
                    accountingStrategyService.removeById(one.getId());
    
                    //推送三方平台
                    List<Integer> siteIds = list.stream().map(Site::getId).collect(Collectors.toList());
                    tcecClient.notificationStationChange(siteIds);
                    List<Integer> siteIds = list.stream().filter(s->1 == s.getIsOpenSynchronization()).map(Site::getId).collect(Collectors.toList());
                    if(!siteIds.isEmpty()){
                        tcecClient.notificationStationChange(siteIds);
                    }
                    
                }
                //硬件