Commit 715e1d7d by jinxin

日志记录

parent 5b1bc462
......@@ -257,6 +257,7 @@ public class StaffApiServiceImpl implements StaffApiService {
}
//判断成员是否开启联系我
if (this.openConcatFlag(wxEnterpriseId,wxUserId)) {
logger.info("成员开启联系我");
staff.setOpenConcatFlag(1);
}
//成员更改或更新
......@@ -285,6 +286,7 @@ public class StaffApiServiceImpl implements StaffApiService {
wxUserIdsList = qywxUserApiService.listCorpExternalUser(qwDTO.getThirdCorpid(), config.getWxSuiteid());
}
if (CollUtil.isNotEmpty(wxUserIdsList) && wxUserIdsList.contains(userId)) {
logger.info("成员开启联系我");
flag = true;
}
return flag;
......
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