mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-06 15:08:05 +08:00
update
This commit is contained in:
@@ -250,7 +250,7 @@ public class WccServiceImpl implements WccService {
|
|||||||
public List<JCTThirdPartySecretInfoVO> queryStationToPlatformList(String stationId) {
|
public List<JCTThirdPartySecretInfoVO> queryStationToPlatformList(String stationId) {
|
||||||
List<ThirdPartySecretInfoVO> thirdPartySecretInfoVOS = thirdpartySecretInfoService.queryStationToPlatformList(stationId);
|
List<ThirdPartySecretInfoVO> thirdPartySecretInfoVOS = thirdpartySecretInfoService.queryStationToPlatformList(stationId);
|
||||||
if (thirdPartySecretInfoVOS == null || thirdPartySecretInfoVOS.isEmpty()) {
|
if (thirdPartySecretInfoVOS == null || thirdPartySecretInfoVOS.isEmpty()) {
|
||||||
log.info("根据站点id查询第三方平台配置列表数量:0");
|
// log.info("根据站点id查询第三方平台配置列表数量:0");
|
||||||
return Collections.emptyList();
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
List<JCTThirdPartySecretInfoVO> result = new ArrayList<>(thirdPartySecretInfoVOS.size());
|
List<JCTThirdPartySecretInfoVO> result = new ArrayList<>(thirdPartySecretInfoVOS.size());
|
||||||
@@ -276,7 +276,7 @@ public class WccServiceImpl implements WccService {
|
|||||||
.build();
|
.build();
|
||||||
result.add(build);
|
result.add(build);
|
||||||
}
|
}
|
||||||
log.info("根据站点id查询第三方平台配置列表数量:{},详情:{}", result.size(), JSON.toJSONString(result));
|
// log.info("根据站点id查询第三方平台配置列表数量:{},详情:{}", result.size(), JSON.toJSONString(result));
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user