|
@@ -240,7 +240,7 @@ public class ZxConferenceServiceImpl implements IZxConferenceService {
|
|
int times = 0;// 循环几个100 用List的长度 除 100
|
|
int times = 0;// 循环几个100 用List的长度 除 100
|
|
int size = phoneList.size(); // 数据数量
|
|
int size = phoneList.size(); // 数据数量
|
|
//会议通知模板id
|
|
//会议通知模板id
|
|
- String templateCode = "SMS_465422107";
|
|
|
|
|
|
+ String templateCode = "SMS_469105819";
|
|
//签名
|
|
//签名
|
|
String signName = "潜山市政协办公室";
|
|
String signName = "潜山市政协办公室";
|
|
List<String> signNameList = new ArrayList<>();
|
|
List<String> signNameList = new ArrayList<>();
|
|
@@ -275,7 +275,7 @@ public class ZxConferenceServiceImpl implements IZxConferenceService {
|
|
phoneNumberJson.append("\"" + phoneList.get(k) + "\",");
|
|
phoneNumberJson.append("\"" + phoneList.get(k) + "\",");
|
|
signNameJson.append("\"" + signName + "\",");
|
|
signNameJson.append("\"" + signName + "\",");
|
|
/**
|
|
/**
|
|
- * 定于${month}月${day}日(${week}) ${time} 在${place}地点召开${content}会议,请${name}准时参加。
|
|
|
|
|
|
+ * 定于${month}月${day}日(${week}) ${time} 在${place}召开${content},请${name}委员准时参加。
|
|
*/
|
|
*/
|
|
templateParamJson.append("{\"month\":\"" + localDate.getMonthValue() + "\",\"day\":\"" + localDate.getDayOfMonth() + "\",\"week\":\"" + localDate.getDayOfWeek().getDisplayName(TextStyle.FULL, Locale.CHINESE) + "\",\"time\":\"" + conferenceTime + "\",\"place\":\"" + conferenceAddress + "\",\"content\":\"" + conferenceTitle + "\",\"name\":\"" + userNameList.get(k) + "\"},");
|
|
templateParamJson.append("{\"month\":\"" + localDate.getMonthValue() + "\",\"day\":\"" + localDate.getDayOfMonth() + "\",\"week\":\"" + localDate.getDayOfWeek().getDisplayName(TextStyle.FULL, Locale.CHINESE) + "\",\"time\":\"" + conferenceTime + "\",\"place\":\"" + conferenceAddress + "\",\"content\":\"" + conferenceTitle + "\",\"name\":\"" + userNameList.get(k) + "\"},");
|
|
}
|
|
}
|