Commit 16756a5f by qwmqiuwenmin

fix

parent 7d8bf3a4
...@@ -204,6 +204,7 @@ public class StaffApiServiceImpl implements StaffApiService { ...@@ -204,6 +204,7 @@ public class StaffApiServiceImpl implements StaffApiService {
if(enterpriseDTO != null) { if(enterpriseDTO != null) {
if(application != null) { if(application != null) {
JSONResponse jp = qywxUserApiService.deleteWorkWxUser(enterpriseDTO.getCorpid(), application.getSiteId(), staff.getWxUserId()); JSONResponse jp = qywxUserApiService.deleteWorkWxUser(enterpriseDTO.getCorpid(), application.getSiteId(), staff.getWxUserId());
logger.info("【删除成员】jp={}",JSON.toJSONString(jp));
} }
} }
staffDepartmentRelatedService.del(related); staffDepartmentRelatedService.del(related);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment