mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 11:49:49 +08:00
update
This commit is contained in:
@@ -297,7 +297,8 @@ public class PileStationInfoController extends BaseController {
|
|||||||
logger.info("绑定停车平台 params:{}", JSON.toJSONString(dto));
|
logger.info("绑定停车平台 params:{}", JSON.toJSONString(dto));
|
||||||
RestApiResponse<?> response = null;
|
RestApiResponse<?> response = null;
|
||||||
try {
|
try {
|
||||||
pileStationInfoService.bindParkingPlatform(dto);
|
int i = pileStationInfoService.bindParkingPlatform(dto);
|
||||||
|
response = new RestApiResponse<>(i);
|
||||||
}catch (BusinessException e) {
|
}catch (BusinessException e) {
|
||||||
logger.error("绑定停车平台 error,", e);
|
logger.error("绑定停车平台 error,", e);
|
||||||
response = new RestApiResponse<>(e.getCode(), e.getMessage());
|
response = new RestApiResponse<>(e.getCode(), e.getMessage());
|
||||||
|
|||||||
Reference in New Issue
Block a user