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