|
@@ -2525,7 +2525,6 @@ public class BocomVipAccountBasicInfoServiceImpl extends ServiceImpl<BocomVipAcc
|
|
List<BocomVipAccountNoticeInfo> noticeInfos = new ArrayList<>();
|
|
List<BocomVipAccountNoticeInfo> noticeInfos = new ArrayList<>();
|
|
if (!"4".equals(bocomVipAccountBasicInfo.getLegalAuthorizationStatus())){
|
|
if (!"4".equals(bocomVipAccountBasicInfo.getLegalAuthorizationStatus())){
|
|
noticeInfoList.forEach(n->{
|
|
noticeInfoList.forEach(n->{
|
|
- if ("1".equals(n.getNoticeObject())){
|
|
|
|
if (n.getNoticeObject().equals("1")) {
|
|
if (n.getNoticeObject().equals("1")) {
|
|
if (basicInfo.getCustomerType() == 0) {
|
|
if (basicInfo.getCustomerType() == 0) {
|
|
n.setAuthenticator(legalPersonInfo.getName());
|
|
n.setAuthenticator(legalPersonInfo.getName());
|
|
@@ -2535,7 +2534,6 @@ public class BocomVipAccountBasicInfoServiceImpl extends ServiceImpl<BocomVipAcc
|
|
|
|
|
|
}
|
|
}
|
|
noticeInfos.add(n);
|
|
noticeInfos.add(n);
|
|
- }
|
|
|
|
});
|
|
});
|
|
}
|
|
}
|
|
if (!"4".equals(bocomVipAccountBasicInfo.getAuthorizationStatus())){
|
|
if (!"4".equals(bocomVipAccountBasicInfo.getAuthorizationStatus())){
|