|
|
@@ -78,12 +78,7 @@ public class CorpCustomerAcquisitionLinkServiceImpl extends ServiceImpl<CorpCust
|
|
|
wxCpLinkUpd.setLinkId(corpCustomerAcquisitionLink.getLinkId());
|
|
|
wxCpLinkUpd.setSkipVerify(corpCustomerAcquisitionLink.getSkipVerify());
|
|
|
Range range = new Range();
|
|
|
- String userList;
|
|
|
- if (corpCustomerAcquisitionLink.getIsDuty()) {
|
|
|
- userList = corpCustomerAcquisitionLink.getChooseDutyUsers();
|
|
|
- } else {
|
|
|
- userList = corpCustomerAcquisitionLink.getUserList();
|
|
|
- }
|
|
|
+ String userList = corpCustomerAcquisitionLink.getUserList();
|
|
|
//值班客服
|
|
|
List<String> followIds = sysCorpServiceRelateService.getFollowIdsByRelateIds(Jsons.parseList(userList, Integer.class));
|
|
|
range.setUserList(followIds);
|