|
|
@@ -123,7 +123,10 @@ public class CorpCustomerAcquisitionLinkServiceImpl extends ServiceImpl<CorpCust
|
|
|
|
|
|
WxCpLinkUpd wxCpLinkUpd = new WxCpLinkUpd();
|
|
|
wxCpLinkUpd.setLinkId(link.getLinkId());
|
|
|
- WxCpLinkAddResp wxCpLinkAddResp = corpOps.customerAcquisitionDeleteLink(null, wxCpLinkUpd);
|
|
|
+ try {
|
|
|
+ WxCpLinkAddResp wxCpLinkAddResp = corpOps.customerAcquisitionDeleteLink(null, wxCpLinkUpd);
|
|
|
+ } catch (Exception e) {
|
|
|
+ }
|
|
|
removeById(id);
|
|
|
}
|
|
|
|