消息通知
This commit is contained in:
@@ -139,7 +139,12 @@ public class NotificationManagementServiceImpl extends ServiceImpl<NotificationM
|
||||
.collect(Collectors.toList());
|
||||
|
||||
// 批量插入
|
||||
return notificationManagementMapper.batchInsertNotification(notifications);
|
||||
int i= notificationManagementMapper.batchInsertNotification(notifications);
|
||||
if (i > 0){
|
||||
// todo 给这些学生发送企业微信消息
|
||||
// 先给:20200016
|
||||
}
|
||||
return i;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user