Commit bf57d85f by 徐高华

parent a3af61c0
...@@ -80,7 +80,7 @@ public class GroupChatApiServiceImpl implements GroupChatApiService { ...@@ -80,7 +80,7 @@ public class GroupChatApiServiceImpl implements GroupChatApiService {
List<GroupChatDTO> dtoList = resultPage.getResult(); List<GroupChatDTO> dtoList = resultPage.getResult();
// 处理关联状态 // 处理关联状态
if (CollectionUtils.isNotEmpty(dtoList)) { if (CollectionUtils.isNotEmpty(dtoList)) {
boolean needClerkReltaion = (qdto.getStatus() == 1); boolean needClerkReltaion = (qdto.getStatus() == 0);
if (needClerkReltaion) { if (needClerkReltaion) {
List<String> staffIdList = dtoList.stream().filter(dto -> StringUtils.isNotBlank(dto.getStaffId())) List<String> staffIdList = dtoList.stream().filter(dto -> StringUtils.isNotBlank(dto.getStaffId()))
.map(dto -> dto.getStaffId()).collect(Collectors.toList()); .map(dto -> dto.getStaffId()).collect(Collectors.toList());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment