1
0

3 Revīzijas 52ab6f204b ... 717558bf35

Autors SHA1 Ziņojums Datums
  刘俊驰 717558bf35 Merge branch 'zx_online_update_1218' into develop-new 2 dienas atpakaļ
  刘俊驰 064138ad27 Merge branch 'zx_online_update_1218' of http://git.dayaedu.com/yonge/cooleshow into zx_online_update_1218 2 dienas atpakaļ
  刘俊驰 79ca7a4549 推送 2 dienas atpakaļ

+ 1 - 1
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/CourseGroupServiceImpl.java

@@ -1295,7 +1295,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");