mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
后管站点充电接口页面新增 车位号字段
This commit is contained in:
@@ -444,6 +444,8 @@ public class MemberService {
|
||||
// 不为空说明该用户绑定过此车牌号
|
||||
throw new BusinessException(ReturnCodeEnum.CODE_THIS_CARNO_HAS_BEEN_BINDING);
|
||||
}
|
||||
// 校验该车牌号是否为新能源车牌
|
||||
|
||||
relation.setPhoneNumber(dto.getPhoneNumber());
|
||||
if (StringUtils.isNotBlank(dto.getVinCode())) {
|
||||
// 判断当前vin是否被绑定
|
||||
|
||||
Reference in New Issue
Block a user