wks 1 سال پیش
والد
کامیت
c58d84095f
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/main/java/com/ydtech/modules/admin/service/impl/SysWechatCustomerBusinessServiceImpl.java

+ 1 - 0
src/main/java/com/ydtech/modules/admin/service/impl/SysWechatCustomerBusinessServiceImpl.java

@@ -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);
         }
         }
     }
     }