Browse Source

开始考试(andorid)提示信息

tags/正式3.8.0
雍文秀 2 years ago
parent
commit
169d6ae91a

+ 1
- 1
sexam/src/main/java/com/xhkjedu/sexam/service/paperstudent/EPaperStudentService.java View File

@@ -194,7 +194,7 @@ public class EPaperStudentService {
194 194
         if(nowstamp < beginstamp){
195 195
             long diff = (beginstamp - nowstamp)/60;
196 196
             if(diff > 5){
197
-                throw new MissingParametersException("距离开考超过5分钟,请耐心等待");
197
+                throw new MissingParametersException("未到考试时间,请耐心等待");
198 198
             }
199 199
         }
200 200
 

Loading…
Cancel
Save