wuxw
2022-10-31 d6c473eefc433287a8ca037d38c2b7c60253c7b6
service-store/src/main/java/com/java110/store/cmd/smallWechat/ListSmallWeChatsCmd.java
@@ -69,7 +69,9 @@
        }
        SmallWeChatDto smallWeChatDto = BeanConvertUtil.covertBean(reqJson, SmallWeChatDto.class);
        smallWeChatDto.setObjType(SmallWeChatDto.OBJ_TYPE_COMMUNITY);
        smallWeChatDto.setObjId(reqJson.getString("communityId"));
        if(StringUtil.jsonHasKayAndValue(reqJson,"communityId")) {
            smallWeChatDto.setObjId(reqJson.getString("communityId"));
        }
        //smallWeChatDto.setWeChatType(reqJson.getString("wechatType"));
        int count = smallWechatV1InnerServiceSMOImpl.querySmallWechatsCount(smallWeChatDto);
        List<ApiSmallWeChatDataVo> smallWeChats = null;