|
|
@@ -168,7 +168,7 @@ public class CorpKfController {
|
|
|
if (!rootRole) {
|
|
|
List<String> userids = corpFollowMapper.selectList(Wrappers.lambdaQuery(CorpFollow.class)
|
|
|
.eq(CorpFollow::getCmsUserId, adminId)).stream().map(CorpFollow::getUserid).collect(Collectors.toList());
|
|
|
- builder.field(CorpKfServicerStatistic::getServicerUserId, userids).op(Operator.InList);
|
|
|
+ builder.field(CorpKfServicerStatistic::getServicerUserid, userids).op(Operator.InList);
|
|
|
}
|
|
|
SearchResult<CorpKfServicerStatistic> search = beanSearcher.search(CorpKfServicerStatistic.class, builder.build());
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(search);
|