|
|
@@ -125,6 +125,7 @@ public class PublishWechatMenuListener extends AbstractServiceApiPlusListener {
|
|
|
SmallWeChatDto smallWeChatDto = new SmallWeChatDto();
|
|
|
smallWeChatDto.setObjType(SmallWeChatDto.OBJ_TYPE_COMMUNITY);
|
|
|
smallWeChatDto.setObjId(reqJson.getString("communityId"));
|
|
|
+ smallWeChatDto.setWeChatType(SmallWeChatDto.WECHAT_TYPE_PUBLIC);
|
|
|
List<SmallWeChatDto> smallWeChatDtos = smallWeChatInnerServiceSMOImpl.querySmallWeChats(smallWeChatDto);
|
|
|
|
|
|
if (smallWeChatDtos == null || smallWeChatDtos.size() < 1) {
|