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