REQ-1898: 调整代码逻辑
This commit is contained in:
parent
29c126454f
commit
6756812c75
@ -57,8 +57,8 @@ public class TemplateMessage {
|
||||
}
|
||||
|
||||
Collection<Long> getReceiverPersonIds() {
|
||||
return req.getReceivers().stream()
|
||||
.map(PersonV3DTO::getId)
|
||||
return getMessageRecords().stream()
|
||||
.map(MessageRecordV3::getReceiverPersonId)
|
||||
.collect(toList());
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user