|
@@ -246,7 +246,7 @@ public class CommonUserServiceImpl extends ServiceImpl<CommonUserMapper, CommonU
|
|
.eq("delete_flag","0").eq("authentication_status","7"));
|
|
.eq("delete_flag","0").eq("authentication_status","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 = null;
|
|
|
|
|
|
+ String flag = "";
|
|
if(!CollectionUtils.isEmpty(identityAuthenticationInfos)){
|
|
if(!CollectionUtils.isEmpty(identityAuthenticationInfos)){
|
|
flag = "1";
|
|
flag = "1";
|
|
}
|
|
}
|
|
@@ -324,7 +324,7 @@ public class CommonUserServiceImpl extends ServiceImpl<CommonUserMapper, CommonU
|
|
.eq("delete_flag","0").eq("authentication_status","7"));
|
|
.eq("delete_flag","0").eq("authentication_status","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 = null;
|
|
|
|
|
|
+ String flag = "";
|
|
if(!CollectionUtils.isEmpty(identityAuthenticationInfos)){
|
|
if(!CollectionUtils.isEmpty(identityAuthenticationInfos)){
|
|
flag = "1";
|
|
flag = "1";
|
|
}
|
|
}
|