소스 검색

修改消息

yumeng 3 년 전
부모
커밋
25dc622cb3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      module-oa/src/main/java/cn/com/ctop/oa/modules/service/impl/AppchatCreateServiceImpl.java

+ 1 - 1
module-oa/src/main/java/cn/com/ctop/oa/modules/service/impl/AppchatCreateServiceImpl.java

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