mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user