|
@@ -310,6 +310,7 @@ public class CorpEventActionServiceImpl implements CorpEventActionService {
|
|
|
.eq(WxCorpApp::getCorpId, corpId).last("limit 1"));
|
|
.eq(WxCorpApp::getCorpId, corpId).last("limit 1"));
|
|
|
if (wxCorpApp == null) {
|
|
if (wxCorpApp == null) {
|
|
|
log.error("企业微信:{}配置不存在", corpId);
|
|
log.error("企业微信:{}配置不存在", corpId);
|
|
|
|
|
+ return null;
|
|
|
}
|
|
}
|
|
|
if (initCorpGroupsChat(wxCorpApp)) {
|
|
if (initCorpGroupsChat(wxCorpApp)) {
|
|
|
return null;
|
|
return null;
|
|
@@ -392,6 +393,7 @@ public class CorpEventActionServiceImpl implements CorpEventActionService {
|
|
|
.eq(WxCorpApp::getCorpId, corpId).last("limit 1"));
|
|
.eq(WxCorpApp::getCorpId, corpId).last("limit 1"));
|
|
|
if (wxCorpApp == null) {
|
|
if (wxCorpApp == null) {
|
|
|
log.error("企业微信:{}配置不存在", corpId);
|
|
log.error("企业微信:{}配置不存在", corpId);
|
|
|
|
|
+ return null;
|
|
|
}
|
|
}
|
|
|
if (initCorpGroupsChat(wxCorpApp)) {
|
|
if (initCorpGroupsChat(wxCorpApp)) {
|
|
|
return null;
|
|
return null;
|