Browse Source

feat(会员登记簿):重置二维码

Wangyafan 14 hours ago
parent
commit
ec6e0413aa

+ 0 - 2
src/main/java/com/sunxung/factoring/service/bocom/vipaccount/impl/BocomVipAccountBasicInfoServiceImpl.java

@@ -2525,7 +2525,6 @@ public class BocomVipAccountBasicInfoServiceImpl extends ServiceImpl<BocomVipAcc
             List<BocomVipAccountNoticeInfo> noticeInfos = new ArrayList<>();
             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());
@@ -2535,7 +2534,6 @@ public class BocomVipAccountBasicInfoServiceImpl extends ServiceImpl<BocomVipAcc
 
                         }
                         noticeInfos.add(n);
-                    }
                 });
             }
             if (!"4".equals(bocomVipAccountBasicInfo.getAuthorizationStatus())){