wuxw
2019-05-30 f39cd4d82c3952f8587ebff9a7e8ede73b46bcda
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));