Compare commits
3 Commits
036c05f15b
...
5d9931a6d7
Author | SHA1 | Date |
---|---|---|
![]() |
5d9931a6d7 | |
![]() |
ba05b09ec6 | |
![]() |
d009afa030 |
|
@ -151,6 +151,7 @@ public class ActTaskService extends BaseServiceImpl {
|
|||
.stream()
|
||||
.map(index -> index.getMember())
|
||||
.filter(Objects::nonNull)
|
||||
.filter(index -> !index.isEmpty())
|
||||
.flatMap(index -> index.stream())
|
||||
.map(index -> (String) index.get("id"))
|
||||
.filter(index -> !userId.equals(index)) // 过滤非本人
|
||||
|
|
Loading…
Reference in New Issue