wuxw
2022-10-31 9e42a2d090285cb99583bf1c1525ce5bcae1cb5f
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;