吴学文
2019-05-24 4c68289b0ae81e994147430b6ad62e2a4ef908d6
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));