瀏覽代碼

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

Wangyafan 12 小時之前
父節點
當前提交
5553926e12

+ 0 - 3
src/main/java/com/inkasso/factoring/bocom/vipaccount/service/impl/BocomVipAccountBasicInfoServiceImpl.java

@@ -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);
                     }
                 });