service-front/src/main/java/com/java110/front/smo/staff/impl/StaffAuthSMOImpl.javaold mode 100644 new mode 100755
@@ -192,7 +192,7 @@ pd.getAppId()); responseEntity = this.callCenterService(restTemplate, pd, "", ServiceConstant.SERVICE_API_URL + "/api/smallWeChat.listSmallWeChats?communityId=" + paramIn.getString("communityId") + "&page=1&row=1", HttpMethod.GET); + paramIn.getString("communityId") + "&page=1&row=1&weChatType=" + SmallWeChatDto.WECHAT_TYPE_PUBLIC, HttpMethod.GET); if (responseEntity.getStatusCode() != HttpStatus.OK) { return null;