|
@@ -214,7 +214,7 @@ public class TaShareChildRecordServiceImpl extends ServiceImpl<TaShareChildRecor
|
214
|
214
|
//发送给发起者
|
215
|
215
|
TaPerson taPerson = taPersonMapper.selectById(taShareRecord.getPersonId());
|
216
|
216
|
if (null != taPerson){
|
217
|
|
- miniAppService.sendHelpMessage(taPerson,link,"助力成功",taShareActivity.getActivityName(),LocalDateTime.now());
|
|
217
|
+ miniAppService.sendHelpMessage(taPerson,link,"拼团成功",taShareActivity.getActivityName(),LocalDateTime.now());
|
218
|
218
|
}
|
219
|
219
|
|
220
|
220
|
//批量发送给助力者
|
|
@@ -226,7 +226,7 @@ public class TaShareChildRecordServiceImpl extends ServiceImpl<TaShareChildRecor
|
226
|
226
|
shareChildRecordList.forEach(e -> {
|
227
|
227
|
TaPerson toTaPerson = taPersonMapper.selectById(e.getPersonId());
|
228
|
228
|
if (null != toTaPerson){
|
229
|
|
- miniAppService.sendHelpMessage(toTaPerson,link,"助力成功",taShareActivity.getActivityName(),LocalDateTime.now());
|
|
229
|
+ miniAppService.sendHelpMessage(toTaPerson,link,"拼团成功",taShareActivity.getActivityName(),LocalDateTime.now());
|
230
|
230
|
}
|
231
|
231
|
});
|
232
|
232
|
}
|