|
@@ -461,14 +461,11 @@ public class BocomVipAccountBasicInfoServiceImpl extends ServiceImpl<BocomVipAcc
|
|
|
if (!"4".equals(bocomVipAccountBasicInfo.getLegalAuthorizationStatus())){
|
|
|
noticeInfoList.forEach(n->{
|
|
|
if ("1".equals(n.getNoticeObject())){
|
|
|
- if (n.getNoticeObject().equals("1")) {
|
|
|
if (basicInfo.getCustomerType() == 0) {
|
|
|
n.setAuthenticator(legalPersonInfo.getName());
|
|
|
} else if (basicInfo.getCustomerType() == 1) {
|
|
|
n.setAuthenticator(actualController.getName());
|
|
|
}
|
|
|
-
|
|
|
- }
|
|
|
noticeInfos.add(n);
|
|
|
}
|
|
|
});
|