|
@@ -243,7 +243,7 @@ public class CommonUserServiceImpl extends ServiceImpl<CommonUserMapper, CommonU
|
|
|
userRedisTemplate.opsForValue().set(Const.USER_REDIS_PREFIX + accessToken, JSONObject.toJSONString(userDTO));
|
|
|
this.updateById(userDO);
|
|
|
List<IdentityAuthenticationInfo> identityAuthenticationInfos = iIdentityAuthenticationInfoService.selectList(new EntityWrapper<IdentityAuthenticationInfo>().eq("customer_phone",userDTO.getPhone())
|
|
|
- .eq("delete_flag","0").eq("authentication_status","7"));
|
|
|
+ .eq("delete_flag","0").eq("authentication_status_key","7"));
|
|
|
List<DriverViewInfo> driverViewInfos = iDriverViewInfoService.selectList(new EntityWrapper<DriverViewInfo>()
|
|
|
.eq("driver_phone",userDTO.getPhone()));
|
|
|
String flag = "";
|
|
@@ -327,7 +327,7 @@ public class CommonUserServiceImpl extends ServiceImpl<CommonUserMapper, CommonU
|
|
|
userRedisTemplate.opsForValue().set(Const.USER_REDIS_PREFIX + accessToken, JSONObject.toJSONString(user));
|
|
|
this.updateById(userDO);
|
|
|
List<IdentityAuthenticationInfo> identityAuthenticationInfos = iIdentityAuthenticationInfoService.selectList(new EntityWrapper<IdentityAuthenticationInfo>().eq("customer_phone",user.getPhone())
|
|
|
- .eq("delete_flag","0").eq("authentication_status","7"));
|
|
|
+ .eq("delete_flag","0").eq("authentication_status_key","7"));
|
|
|
List<DriverViewInfo> driverViewInfos = iDriverViewInfoService.selectList(new EntityWrapper<DriverViewInfo>()
|
|
|
.eq("driver_phone",user.getPhone()));
|
|
|
String flag = "";
|