|
|
@@ -284,7 +284,6 @@ public class WxCorpController {
|
|
|
throw BusinessRuntimeException.getInstance("缺少必填参数.");
|
|
|
}
|
|
|
List<CorpQyMsgAuditChatView> search = beanSearcher.searchAll(CorpQyMsgAuditChatView.class, MapUtils.flatBuilder(request.getParameterMap())
|
|
|
- .field(CorpQyMsgAuditChatView::getExternalUserid, externalUserid)
|
|
|
.put("followId", followIds.stream()
|
|
|
.map(String::valueOf)
|
|
|
.collect(Collectors.joining(",")))
|