Commit d0583430 by 牟邦恺

调整驾驶证信息

parent 238bff93
...@@ -551,7 +551,7 @@ public class BindServiceImpl extends ServiceImpl<BindInfoMapper, ParkBindInfo> i ...@@ -551,7 +551,7 @@ public class BindServiceImpl extends ServiceImpl<BindInfoMapper, ParkBindInfo> i
throw new BusinessException(ResultCode.BIND_INFO_UNKNOWN); throw new BusinessException(ResultCode.BIND_INFO_UNKNOWN);
} }
if (!bindInfo.getUserId().equals(userId) || !bindInfo.getPhone().equals(phone)) { if (!bindInfo.getUserId().equals(userId) || !bindInfo.getPhone().equals(phone)) {
throw new BusinessException((StatusCode.PARAM_ERROR.getCode(), "客户唯一编码或手机号不正确"); throw new BusinessException(StatusCode.PARAM_ERROR.getCode(), "客户唯一编码或手机号不正确");
} }
/** /**
* 根据车牌号和车牌类型查询车辆信息 * 根据车牌号和车牌类型查询车辆信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment