Commit 42380389 by 徐高华

log

parent d8cb2a3d
......@@ -936,7 +936,7 @@ public class GroupChatServiceImpl implements GroupChatService {
SecretSettingDTO secretSetting = secretSettingService.getSecretSetting(qwDTO.getWxEnterpriseId(),
SecretTypeEnum.CUSTOMIZED_APP.getVal());
if (null == secretSetting) {
logger.info("未配置代开应用");
logger.info("未配置代开应用,wxEnterpriseId={}",wxEnterpriseId);
return;
}
String secret = secretSetting.getSecretVal();
......
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