浏览代码

监考端接口

wangliang 4 年之前
父节点
当前提交
f733f25e9e

+ 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);