|
|
@@ -81,6 +81,9 @@ public class CorpCustomerAcquisitionLinkServiceImpl extends ServiceImpl<CorpCust
|
|
|
Range range = new Range();
|
|
|
String userList;
|
|
|
if (corpCustomerAcquisitionLink.getIsDuty()) {
|
|
|
+ if (corpCustomerAcquisitionLink.getChooseDutyUsers() == null) {
|
|
|
+ corpCustomerAcquisitionLink.setChooseDutyUsers(corpCustomerAcquisitionLink.getUserList());
|
|
|
+ }
|
|
|
userList = corpCustomerAcquisitionLink.getChooseDutyUsers();
|
|
|
} else {
|
|
|
userList = corpCustomerAcquisitionLink.getUserList();
|