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));