Commit 670e61bd by 徐高华

log

parent 079baf52
......@@ -913,7 +913,7 @@ public class GroupChatServiceImpl implements GroupChatService {
}
private void updateWxChatIdDk(String wxEnterpriseId, String staffId) {
logger.info("更新代开chatid={},staff={}", wxEnterpriseId, staffId);
logger.info("更新代开wxEid={},staff={}", wxEnterpriseId, staffId);
WxEnterpriseQwDTO qwDTO = this.wxEnterpriseService.getQwInfo(wxEnterpriseId);
SecretSettingDTO secretSetting = secretSettingService.getSecretSetting(qwDTO.getWxEnterpriseId(),
SecretTypeEnum.CUSTOMIZED_APP.getVal());
......
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