mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update
This commit is contained in:
@@ -317,7 +317,7 @@ public class MemberService {
|
||||
if (StringUtils.isNotBlank(dto.getVinCode())) {
|
||||
// 判断当前vin是否被绑定
|
||||
MemberPlateNumberRelation memberPlateInfoByVinCode = memberPlateNumberRelationService.getMemberPlateInfoByVinCode(dto.getVinCode());
|
||||
if (memberPlateInfoByVinCode == null) {
|
||||
if (memberPlateInfoByVinCode != null) {
|
||||
throw new BusinessException(ReturnCodeEnum.CODE_THIS_VIN_HAS_BEEN_BINDING);
|
||||
}
|
||||
relation.setVinCode(dto.getVinCode().toUpperCase(Locale.ROOT));
|
||||
|
||||
Reference in New Issue
Block a user