|
|
@@ -250,7 +250,7 @@ public class CmsGroupServiceImpl extends ServiceImpl<GroupsMapper,GroupsTrips> i
|
|
|
}
|
|
|
if (relation.getUserId() != 0 && isPrdEnv && relation.getYhsId() == 0) {
|
|
|
//发送短信
|
|
|
- smsService.sendSmsToRelationUser(relation.getUserId(), Constant.CHANGE_GROUPS_TRIPS_ACCOUNT, title);
|
|
|
+ smsService.sendSmsToRelationUser(relation.getUserId(), Constant.CHANGE_GROUPS_TRIPS_ACCOUNT, title, account.getAccount());
|
|
|
}
|
|
|
if (verifyCodeList != null && verifyCodeList.size() > 0 && i < verifyCodeList.size()) {
|
|
|
relation.setVerifyCode(verifyCodeList.get(i));
|
|
|
@@ -462,7 +462,7 @@ public class CmsGroupServiceImpl extends ServiceImpl<GroupsMapper,GroupsTrips> i
|
|
|
}
|
|
|
if (relation.getUserId() != 0 && isPrd && relation.getYhsId() == 0) {
|
|
|
try {
|
|
|
- smsService.sendSmsToRelationUser(relation.getUserId(), Constant.CHANGE_GROUPS_TRIPS_ACCOUNT, title);
|
|
|
+ smsService.sendSmsToRelationUser(relation.getUserId(), Constant.CHANGE_GROUPS_TRIPS_ACCOUNT, title, account);
|
|
|
} catch (Exception e) {
|
|
|
}
|
|
|
}
|