|
@@ -57,12 +57,12 @@ public class ReplacementInstrumentCooperationServiceImpl extends BaseServiceImpl
|
|
|
replacementInstrumentCooperation.setOpenPay(YesOrNoEnum.YES);
|
|
|
replacementInstrumentCooperationDao.update(replacementInstrumentCooperation);
|
|
|
|
|
|
- replacementInstrumentActivityDao.openPay(replacementInstrumentCooperation.getCooperationOrganId());
|
|
|
-
|
|
|
//发送推送链接
|
|
|
//家长您好!您订购的 {乐器品牌}品牌乐器已经开始接受预定,请点击{链接地址}完成付款,付款后15个工作日以内到货,如有疑问请咨询乐团管理老师。
|
|
|
List<ReplacementInstrumentActivityStatDto> pushUsers = replacementInstrumentActivityDao.getPushUsers(replacementInstrumentCooperation.getCooperationOrganId());
|
|
|
|
|
|
+ replacementInstrumentActivityDao.openPay(replacementInstrumentCooperation.getCooperationOrganId());
|
|
|
+
|
|
|
Map<Integer, String> userMap = new HashMap<>();
|
|
|
Map<Integer, String> userPhoneMap = new HashMap<>();
|
|
|
|