|
@@ -72,7 +72,7 @@ public class CorpMsgFollowController {
|
|
|
public Result<List<CorpMsgFollowAssociationView>> getAll() throws Exception {
|
|
public Result<List<CorpMsgFollowAssociationView>> getAll() throws Exception {
|
|
|
//List<String> res = wxCorpOps.getPermitUserList(corpConfig.getCorpId(), null);
|
|
//List<String> res = wxCorpOps.getPermitUserList(corpConfig.getCorpId(), null);
|
|
|
//List<CorpMsgFollowAssociationView> search = beanSearcher.searchAll(CorpMsgFollowAssociationView.class, MapUtils.flatBuilder(request.getParameterMap()).field(CorpMsgFollowAssociationView::getUserid, res).op(Operator.InList).build());
|
|
//List<CorpMsgFollowAssociationView> search = beanSearcher.searchAll(CorpMsgFollowAssociationView.class, MapUtils.flatBuilder(request.getParameterMap()).field(CorpMsgFollowAssociationView::getUserid, res).op(Operator.InList).build());
|
|
|
- List<CorpMsgFollowAssociationView> search = beanSearcher.searchAll(CorpMsgFollowAssociationView.class, MapUtils.flatBuilder(request.getParameterMap()).op(Operator.InList).build());
|
|
|
|
|
|
|
+ List<CorpMsgFollowAssociationView> search = beanSearcher.searchAll(CorpMsgFollowAssociationView.class, MapUtils.flatBuilder(request.getParameterMap()).build());
|
|
|
|
|
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(search);
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(search);
|
|
|
}
|
|
}
|