mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
新增 中电联controller
This commit is contained in:
@@ -246,7 +246,7 @@ public class PileService {
|
||||
return null;
|
||||
}
|
||||
// 枪口状态不为2:占用(未充电)
|
||||
if (StringUtils.equals("2", pileConnectorDetailVO.getConnectorStatus())) {
|
||||
if (!StringUtils.equals("2", pileConnectorDetailVO.getConnectorStatus())) {
|
||||
throw new BusinessException(ReturnCodeEnum.CODE_PILE_CONNECTOR_STATUS_ERROR);
|
||||
}
|
||||
String pileSn = pileConnectorDetailVO.getPileSn();
|
||||
|
||||
Reference in New Issue
Block a user