mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
新增 华为Vin启动充电
This commit is contained in:
@@ -3460,6 +3460,9 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
|
||||
orderBasicInfo.setPlateNumber(memberPlateNumberRelation.getLicensePlateNumber());
|
||||
}
|
||||
}
|
||||
if (StringUtils.isNotBlank(dto.getStartSoc())) {
|
||||
orderBasicInfo.setStartSoc(dto.getStartSoc());
|
||||
}
|
||||
}
|
||||
|
||||
if (StringUtils.equals(dto.getStartType(), StartTypeEnum.APPOINTMENT.getValue())) {
|
||||
|
||||
Reference in New Issue
Block a user