add Wasic国际研讨会增加报名成功短信消息

This commit is contained in:
lijiarao
2023-11-02 09:52:37 +08:00
parent 9a522efc18
commit 9d00959942
2 changed files with 4 additions and 8 deletions
@@ -488,7 +488,7 @@ public class SendMessageServiceImpl implements SendMessageService {
// 中汽中心标准院-企业端-会议通知-24
sender = "8821092414406";
signature = "中汽中心标准院";
templateId = "1dfe235047184c3a9c8d7b5652b6b635";
templateId = "1eafad16964f4b629ec961f5fb72fe81";
break;
default:
throw new JeroBootException("codeType flase.");
@@ -1217,13 +1217,9 @@ public class PayMeetingSituationServiceImpl extends ServiceImpl<PayMeetingSituat
if (!linkTopicList.containsAll(choiceTopicList)) {
throw new JeroBootException("课题名称选择错误");
}
for (int i = 0; i < choiceTopicList.size(); i++) {
String s = choiceTopicList.get(i);
if ("6".equals(s)){
choiceTopicList.remove(i);
break;
}
}
//两个免费会议去除
choiceTopicList.removeIf(next -> "6".equals(next) || "8".equals(next));
//根据选择的课题数量,存入金额
if (choiceTopicList.size() <= 2){
amountReceivable = payMeeting.getMeetingCostsTwoTopic();