gongdecai hace 3 años
padre
commit
bed3891c61

+ 2 - 2
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/CommonUserServiceImpl.java

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