|
|
@@ -83,8 +83,10 @@ public class CorpCustomerAcquistionServiceImpl implements CorpCustomerAcquistion
|
|
|
Range range = new Range();
|
|
|
range.setUserList(JSONUtil.parseArray(corpCustomerAcquisitionLink.getChooseDutyUsers()).toList(String.class));
|
|
|
wxCpLinkUpd.setRange(range);
|
|
|
-
|
|
|
corpOps.customerAcquisitionUpdateLink(null, wxCpLinkUpd);
|
|
|
+
|
|
|
+ corpCustomerAcquisitionLinkMapper.updateById(corpCustomerAcquisitionLink);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
}
|