wks 1 anno fa
parent
commit
c58d84095f

+ 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);
         if (wxCpBaseResp.getErrcode() == 0) {
             sysWechatCustomerService.deleteAllInfo(customerId);
+            sysWechatCustomerDutyService.clearCustomerDuty(customerId);
         }
     }