|
@@ -687,7 +687,7 @@ public class CorpEventActionServiceImpl implements CorpEventActionService {
|
|
|
String welcomeContent = corpFollowActiveCode.getText();
|
|
String welcomeContent = corpFollowActiveCode.getText();
|
|
|
String attachmentsStr = corpFollowActiveCode.getAttachmentsStr();
|
|
String attachmentsStr = corpFollowActiveCode.getAttachmentsStr();
|
|
|
//发送对应欢迎语
|
|
//发送对应欢迎语
|
|
|
- if (StrUtil.isNotBlank(welcomeContent) || StrUtil.isNotBlank(attachmentsStr)) {
|
|
|
|
|
|
|
+ if (StrUtil.isNotBlank(welcomeContent) && StrUtil.isNotBlank(attachmentsStr)) {
|
|
|
THREAD_POOL.execute(() -> {
|
|
THREAD_POOL.execute(() -> {
|
|
|
sendCorpFollowActiveCode(message, welcomeContent, attachmentsStr);
|
|
sendCorpFollowActiveCode(message, welcomeContent, attachmentsStr);
|
|
|
});
|
|
});
|