lidongdong
2023-11-14 d5e21a2737d62e7e0c74f94f1330dec56ae748eb
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/XmostBeautifulApi.java
@@ -106,8 +106,16 @@
        {
            communityId=getCommunityId()+"";
        }
        String userId=null;
        if(StringUtils.isEmpty(merchantId))
        {
            userId=getUserId()+"";
        }
        return communityService.getList(pageNum,pageSize,goodsId,orderNumber,goodsName,
                condition,userName,communityId,getUserId()+"",orderType,merchantId);
                condition,userName,communityId,userId,orderType,merchantId);
    }
    /**