|
|
@@ -1716,6 +1716,7 @@ public class AppPlanServiceImpl extends ServiceImpl<AppPlanMapper, AppPlan> impl
|
|
|
}
|
|
|
Map<Long, List<SysUser>> userMap = notificationUser.stream().collect(Collectors.groupingBy(SysUser::getOrgId));
|
|
|
|
|
|
+ //todo 待确认 任务与提醒人的对应关系, A机构共有100条任务,提醒人三个, 需要确定每个人100条任务的短信共计三百条, 还是100条汇总成一条,一个人一条提醒
|
|
|
for (Resumption resumption : list) {
|
|
|
List<SysUser> userList = userMap.get(resumption.getOrgId());
|
|
|
if (ObjectUtil.isEmpty(userList)) {
|