فهرست منبع

监考端接口

wangliang 4 سال پیش
والد
کامیت
f733f25e9e
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      themis-business/src/main/java/com/qmth/themis/business/entity/TIeExamInvigilateCallLog.java

+ 7 - 0
themis-business/src/main/java/com/qmth/themis/business/entity/TIeExamInvigilateCallLog.java

@@ -33,6 +33,13 @@ public class TIeExamInvigilateCallLog extends TIeExamInvigilateCall {
         setStatus(status);
     }
 
+    public TIeExamInvigilateCallLog(Long examRecordId, MonitorVideoSourceEnum source, String liveUrl) {
+        setId(Constants.idGen.next());
+        setExamRecordId(examRecordId);
+        setSource(source);
+        setLiveUrl(liveUrl);
+    }
+
     public TIeExamInvigilateCallLog(Long examRecordId, MonitorVideoSourceEnum source, String liveUrl, MonitorStatusSourceEnum status, String remark) {
         setId(Constants.idGen.next());
         setExamRecordId(examRecordId);