mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-13 22:40:16 +08:00
update
This commit is contained in:
@@ -176,6 +176,8 @@ public class XinDiantuPlatfromServiceImpl implements ThirdPartyPlatformService {
|
|||||||
dto.setThirdPlatformType(thirdPlatformType);
|
dto.setThirdPlatformType(thirdPlatformType);
|
||||||
PageUtils.startPage(pageNo, pageSize);
|
PageUtils.startPage(pageNo, pageSize);
|
||||||
List<ThirdPartyStationInfoVO> stationInfos = pileStationInfoService.selectStationInfosByThirdParty(dto);
|
List<ThirdPartyStationInfoVO> stationInfos = pileStationInfoService.selectStationInfosByThirdParty(dto);
|
||||||
|
log.info("queryStationsInfo: stationInfos={}", stationInfos);
|
||||||
|
|
||||||
if (CollectionUtils.isEmpty(stationInfos)) {
|
if (CollectionUtils.isEmpty(stationInfos)) {
|
||||||
// 未查到数据
|
// 未查到数据
|
||||||
return null;
|
return null;
|
||||||
@@ -235,6 +237,7 @@ public class XinDiantuPlatfromServiceImpl implements ThirdPartyPlatformService {
|
|||||||
map.put("PageNo", pageInfo.getPageNum());
|
map.put("PageNo", pageInfo.getPageNum());
|
||||||
map.put("StationInfos", resultList);
|
map.put("StationInfos", resultList);
|
||||||
Map<String, String> resultMap = ThirdPartyPlatformUtils.generateResultMap(map, thirdPartySecretInfoVO);
|
Map<String, String> resultMap = ThirdPartyPlatformUtils.generateResultMap(map, thirdPartySecretInfoVO);
|
||||||
|
log.info("返回参数:{}", JSON.toJSONString(resultMap));
|
||||||
return resultMap;
|
return resultMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user