学生奖惩内容
This commit is contained in:
@@ -111,7 +111,7 @@ public class DmsNeedCardStuServiceImpl extends ServiceImpl<DmsNeedCardStuMapper,
|
||||
// 拼接成"2023001|2023002|2023003"格式
|
||||
String toUser = String.join("|", batch);
|
||||
// 调用你的发送消息方法
|
||||
weChatUtil.sendTextMessage(toUser, msg);
|
||||
//weChatUtil.sendTextMessage(toUser, msg);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -163,7 +163,8 @@ public class DmsNeedCardStuServiceImpl extends ServiceImpl<DmsNeedCardStuMapper,
|
||||
// 拼接成"2023001|2023002|2023003"格式
|
||||
String toUser = String.join("|", batch);
|
||||
// 调用你的发送消息方法
|
||||
weChatUtil.sendTextMessage(toUser, msg);
|
||||
// todo 先暂停
|
||||
//weChatUtil.sendTextMessage(toUser, msg);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user