用户搜索去除type校验
This commit is contained in:
parent
c98b814422
commit
11ad83f80b
@ -39,7 +39,10 @@ public class UserBankSearchUserProfileQryExe {
|
||||
if (!isEqRegion) {
|
||||
return null;
|
||||
}
|
||||
if (cmd.typeEqBD()) {
|
||||
|
||||
return userProfile;
|
||||
|
||||
/*if (cmd.typeEqBD()) {
|
||||
return
|
||||
Objects.equals(ResponseAssert.requiredSuccess(bdTeamClient.check(userProfile.getId())),
|
||||
Boolean.TRUE)
|
||||
@ -63,7 +66,7 @@ public class UserBankSearchUserProfileQryExe {
|
||||
: null;
|
||||
}
|
||||
|
||||
return null;
|
||||
return null;*/
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user