Bläddra i källkod

fix 编辑获客

zoujiajian 2 år sedan
förälder
incheckning
9bc256aa54

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/corp/impl/CorpCustomerAcquisitionLinkServiceImpl.java

@@ -80,7 +80,7 @@ public class CorpCustomerAcquisitionLinkServiceImpl extends ServiceImpl<CorpCust
         wxCpLinkUpd.setSkipVerify(corpCustomerAcquisitionLink.getSkipVerify());
         Range range = new Range();
         String userList;
-        if (link.getIsDuty()) {
+        if (corpCustomerAcquisitionLink.getIsDuty()) {
             userList = corpCustomerAcquisitionLink.getChooseDutyUsers();
         } else {
             userList = corpCustomerAcquisitionLink.getUserList();