feat:REQ-1419 消息发送支持批量发送
This commit is contained in:
parent
59dcd11716
commit
ec5b63f18a
@ -203,9 +203,6 @@ public class AccountService {
|
||||
target = AppTypeEnum.values();
|
||||
}
|
||||
for (AppTypeEnum appTypeEnum : target) {
|
||||
if (appTypeEnum == AppTypeEnum.SYSTEM) {
|
||||
continue;
|
||||
}
|
||||
AccountQuery accountQuery = new AccountQuery();
|
||||
accountQuery.setAppType(appTypeEnum.getCode());
|
||||
accountQuery.setAccountId(accountAbsentQuery.getPersonId());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user