Procházet zdrojové kódy

菜单创建时加入 公众号查询加入类型

java110 před 5 roky
rodič
revize
aedd63933c

+ 1 - 0
service-job/src/main/java/com/java110/job/task/wechat/PublicWeChatPushMessageTemplate.java

@@ -94,6 +94,7 @@ public class PublicWeChatPushMessageTemplate extends TaskSystemQuartz {
         smallWeChatDto.setWeChatType("1100");
         smallWeChatDto.setWeChatType("1100");
         smallWeChatDto.setObjType(SmallWeChatDto.OBJ_TYPE_COMMUNITY);
         smallWeChatDto.setObjType(SmallWeChatDto.OBJ_TYPE_COMMUNITY);
         smallWeChatDto.setObjId(communityDto.getCommunityId());
         smallWeChatDto.setObjId(communityDto.getCommunityId());
+        smallWeChatDto.setWeChatType(SmallWeChatDto.WECHAT_TYPE_PUBLIC);
         List<SmallWeChatDto> smallWeChatDtos = smallWeChatInnerServiceSMOImpl.querySmallWeChats(smallWeChatDto);
         List<SmallWeChatDto> smallWeChatDtos = smallWeChatInnerServiceSMOImpl.querySmallWeChats(smallWeChatDto);
 
 
         if (smallWeChatDto == null || smallWeChatDtos.size() <= 0) {
         if (smallWeChatDto == null || smallWeChatDtos.size() <= 0) {