This commit is contained in:
Lemon
2024-06-21 09:12:22 +08:00
parent 58710aedf3
commit 2fb720c527

View File

@@ -198,7 +198,8 @@ public class NRController extends BaseController {
if (StringUtils.isBlank(String.valueOf(dto.getStationId()))) {
throw new BusinessException(ReturnCodeEnum.CODE_PARAM_NOT_NULL_ERROR);
}
String s = nrService.pushStationInfo(dto);
// String s = nrService.pushStationInfo(dto);
String s = nrService.pushStationInfoV2(dto);
response = new RestApiResponse<>(s);
}catch (BusinessException e) {
logger.error("推送江苏平台充电站信息 error",e);