|
@@ -1290,7 +1290,7 @@ public class CourseGroupServiceImpl extends ServiceImpl<CourseGroupDao, CourseGr
|
|
|
Map<Long, String> smsStudentReceivers = new HashMap<>();
|
|
|
smsStudentReceivers.put(studentInfo.getId(), studentInfo.getPhone());
|
|
|
sysMessageService.batchSendMessage(MessageSenderPluginContext.MessageSender.AWSMS, smsLiveBuy,
|
|
|
- smsStudentReceivers, null, 0, null,payType,
|
|
|
+ smsStudentReceivers, null, 0, null,ClientEnum.STUDENT.getCode(),payType,
|
|
|
teacherInfo.getUsername(), courseGroup.getName());
|
|
|
log.info("buyLiveCourseSuccess buyLiveSendMessage SMS_BUY_LIVE ok");
|
|
|
|