mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-04 22:18:02 +08:00
update
This commit is contained in:
@@ -142,12 +142,12 @@ public class CarVinInfoServiceImpl implements ICarVinInfoService {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public int bindAuthCard(CarVinDTO dto) {
|
public int bindAuthCard(CarVinDTO dto) {
|
||||||
String phoneNumber = dto.getPhoneNumber();
|
// String phoneNumber = dto.getPhoneNumber();
|
||||||
// 判断此用户是否已注册小程序账号
|
// // 判断此用户是否已注册小程序账号
|
||||||
MemberBasicInfo memberBasicInfo = memberBasicInfoService.selectInfoByMobileNumber(phoneNumber);
|
// MemberBasicInfo memberBasicInfo = memberBasicInfoService.selectInfoByMobileNumber(phoneNumber);
|
||||||
if (memberBasicInfo == null) {
|
// if (memberBasicInfo == null) {
|
||||||
throw new BusinessException(ReturnCodeEnum.CODE_USER_IS_NOT_REGISTER);
|
// throw new BusinessException(ReturnCodeEnum.CODE_USER_IS_NOT_REGISTER);
|
||||||
}
|
// }
|
||||||
// 判断此vin号码是否已被绑定
|
// 判断此vin号码是否已被绑定
|
||||||
CarVinInfo carVinInfo = carVinInfoMapper.selectVinInfoByVin(dto.getVinCode());
|
CarVinInfo carVinInfo = carVinInfoMapper.selectVinInfoByVin(dto.getVinCode());
|
||||||
if (carVinInfo == null) {
|
if (carVinInfo == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user