|
@@ -167,6 +167,7 @@ public class SysWechatCustomerBusinessServiceImpl implements SysWechatCustomerBu
|
|
|
wxCpBaseResp = wxCpKfService.delAccount(wxCpKfAccountDel);
|
|
wxCpBaseResp = wxCpKfService.delAccount(wxCpKfAccountDel);
|
|
|
if (wxCpBaseResp.getErrcode() == 0) {
|
|
if (wxCpBaseResp.getErrcode() == 0) {
|
|
|
sysWechatCustomerService.deleteAllInfo(customerId);
|
|
sysWechatCustomerService.deleteAllInfo(customerId);
|
|
|
|
|
+ sysWechatCustomerDutyService.clearCustomerDuty(customerId);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|