mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-12 01:58:00 +08:00
update
This commit is contained in:
@@ -191,11 +191,11 @@ public class PileService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 判断桩是否在线
|
// 判断桩是否在线
|
||||||
// boolean onLineStatus = pileConnectorInfoService.checkPileOffLine(pileInfoVO.getPileSn());
|
boolean onLineStatus = pileConnectorInfoService.checkPileOffLine(pileInfoVO.getPileSn());
|
||||||
// if (!onLineStatus) {
|
if (onLineStatus) {
|
||||||
// // 离线
|
// true为离线
|
||||||
// throw new BusinessException(ReturnCodeEnum.CODE_PILE_CONNECTOR_STATUS_ERROR);
|
throw new BusinessException(ReturnCodeEnum.CODE_PILE_CONNECTOR_STATUS_ERROR);
|
||||||
// }
|
}
|
||||||
|
|
||||||
// 查询站点信息
|
// 查询站点信息
|
||||||
PileStationVO stationInfo = pileStationInfoService.getStationInfo(pileInfoVO.getStationId());
|
PileStationVO stationInfo = pileStationInfoService.getStationInfo(pileInfoVO.getStationId());
|
||||||
|
|||||||
Reference in New Issue
Block a user