|
@@ -2,6 +2,7 @@ package com.xhkjedu.slive.mapper.recordserver;
|
2
|
2
|
|
3
|
3
|
import com.xhkjedu.base.TkMapper;
|
4
|
4
|
import com.xhkjedu.slive.model.recordserver.LRecordserver;
|
|
5
|
+import com.xhkjedu.slive.vo.liveplay.RecordserverVo;
|
5
|
6
|
import org.apache.ibatis.annotations.Param;
|
6
|
7
|
|
7
|
8
|
import java.util.List;
|
|
@@ -31,4 +32,7 @@ public interface RecordserverMapper extends TkMapper<LRecordserver> {
|
31
|
32
|
|
32
|
33
|
//根据课节id获取地址
|
33
|
34
|
LRecordserver getRspathBySectionid(@Param("sectionid") Integer sectionid);
|
|
35
|
+
|
|
36
|
+ //根据教师id获取区域编码和学校id
|
|
37
|
+ RecordserverVo getCloudCodeAndSchoolIdByTid(@Param("tid") Integer tid);
|
34
|
38
|
}
|