wuxw
2019-05-22 e6770709f3c4f50e403710e765636994ec8f4d76
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));