wuxw
2019-05-30 847688038a06d567a4e9c0a47bfb191d5eaafa9b
CommunityService/src/main/java/com/java110/community/smo/impl/CommunityInnerServiceSMOImpl.java
@@ -47,7 +47,7 @@
    }
    @Override
    public int getCommunityMemberCount(CommunityMemberDto communityMemberDto) {
    public int getCommunityMemberCount(@RequestBody CommunityMemberDto communityMemberDto) {
         logger.debug("getCommunityMemberCount:{}", JSONObject.toJSONString(communityMemberDto));
        return communityServiceDaoImpl.getCommunityMemberCount(BeanConvertUtil.beanCovertMap(communityMemberDto));