|
@@ -80,7 +80,7 @@ public class AppchatCreateServiceImpl implements IAppchatCreateService {
|
|
StringBuilder text = new StringBuilder();
|
|
StringBuilder text = new StringBuilder();
|
|
text.append("请及时发送该时段易车时报!");
|
|
text.append("请及时发送该时段易车时报!");
|
|
text.append("\n");
|
|
text.append("\n");
|
|
- text.append("17点和22点必须提前10分钟准时发出!");
|
|
|
|
|
|
+ text.append("16:30和21:30必须提前10分钟准时发出!");
|
|
text.append("\n");
|
|
text.append("\n");
|
|
text.append("\n");
|
|
text.append("\n");
|
|
for (int i = 0; i < userlist.size(); i++) {
|
|
for (int i = 0; i < userlist.size(); i++) {
|