|
@@ -105,12 +105,6 @@ public class AuthClubServiceImpl implements AuthClubService {
|
|
|
@Override
|
|
|
public ResponseJson<PageInfo<WxClubListVo>> getWxClubList(Integer authUserId, String appId, String lngAndLat, String authParty, Integer provinceId,
|
|
|
Integer cityId, Integer townId, Integer pageNum, Integer pageSize) {
|
|
|
- /**
|
|
|
- * ross特殊需求认证通前台首页不搜索不展示机构
|
|
|
- */
|
|
|
- if (null != authUserId && 12 == authUserId && StringUtils.isEmpty(authParty)) {
|
|
|
- return ResponseJson.success(null);
|
|
|
- }
|
|
|
if (null == authUserId && StringUtils.isNotEmpty(appId)) {
|
|
|
authUserId = shopMapper.getUserIdByAppId(appId);
|
|
|
}
|