feat:REQ-1419 消息发送支持批量发送

This commit is contained in:
zuoqinbo 2023-10-25 18:29:15 +08:00
parent 59dcd11716
commit ec5b63f18a

View File

@ -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());