Explorar o código

监考端接口

wangliang %!s(int64=4) %!d(string=hai) anos
pai
achega
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);