mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
vin启动充电 修改日志
This commit is contained in:
@@ -167,7 +167,7 @@ public class ConfirmStartChargingRequestHandler extends AbstractHandler{
|
||||
}
|
||||
if (!StringUtils.equals("1", plateInfo.getVinStatus())) {
|
||||
// 1- 正常使用
|
||||
throw new BusinessException("", "状态不正确");
|
||||
throw new BusinessException("", "vin状态不正确");
|
||||
}
|
||||
// vin码生成订单 vin启动充电
|
||||
GenerateOrderDTO dto = new GenerateOrderDTO();
|
||||
|
||||
Reference in New Issue
Block a user