|
|
@@ -273,7 +273,7 @@ public interface FsUserCourseVideoMapper extends BaseMapper<FsUserCourseVideo> {
|
|
|
@MapKey("videoId")
|
|
|
Map<Long, FsUserCourseVideo> selectAllMap();
|
|
|
|
|
|
- @Select("select * from fs_video_resource where line2 is not null and job_id is null")
|
|
|
+ @Select("select * from fs_video_resource where line2 is not null and (job_id is null or job_id='')")
|
|
|
List<FsVideoResource> selectVideoByHuaWei();
|
|
|
|
|
|
@Select("select * from fs_video_resource where job_id is not null and (hsy_vid is null or hsy_vid='')")
|