mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-24 00:59:43 +08:00
修改注释
This commit is contained in:
@@ -294,10 +294,7 @@ public class PileRemoteService {
|
|||||||
if (StringUtils.equals(billingTemplateVO.getDeviceType(), Constants.ONE)) {
|
if (StringUtils.equals(billingTemplateVO.getDeviceType(), Constants.ONE)) {
|
||||||
List<PileDetailVO> pileList = pileBasicInfoService.selectPileListByStationIds(Lists.newArrayList(Long.valueOf(dto.getStationId())));
|
List<PileDetailVO> pileList = pileBasicInfoService.selectPileListByStationIds(Lists.newArrayList(Long.valueOf(dto.getStationId())));
|
||||||
if (CollectionUtils.isNotEmpty(pileList)) {
|
if (CollectionUtils.isNotEmpty(pileList)) {
|
||||||
// for (PileDetailVO pileInfoVO : pileList) {
|
// 下发指令
|
||||||
// // 下发计费模板
|
|
||||||
// publishPileBillingTemplate(pileInfoVO.getPileSn(), billingTemplateVO);
|
|
||||||
// }
|
|
||||||
pileList.parallelStream().forEach(pileInfoVO -> publishPileBillingTemplate(pileInfoVO.getPileSn(), billingTemplateVO));
|
pileList.parallelStream().forEach(pileInfoVO -> publishPileBillingTemplate(pileInfoVO.getPileSn(), billingTemplateVO));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user