|
|
@@ -41,10 +41,10 @@ public interface CoinYoutubeMapper {
|
|
|
List<CoinYoutubeYt2140Live> findJsoupYt2140LiveListByParams(Map<String, Object> params);
|
|
|
|
|
|
@Insert({"<script>" +
|
|
|
- "INSERT ignore INTO coin_youtube_yt2140_live_chapter(chapter_title, live_id, start_time, end_time, sort, modify_time) " +
|
|
|
+ "INSERT ignore INTO coin_youtube_yt2140_live_chapter(chapter_title, live_id, start_time, end_time, long_time, sort, modify_time) " +
|
|
|
" VALUES " +
|
|
|
"<foreach collection='list' item='p' index=\"index\" separator=\",\">" +
|
|
|
- " (#{p.chapterTitle}, #{p.liveId}, #{p.startTime}, #{p.endTime}, #{p.sort}, now())" +
|
|
|
+ " (#{p.chapterTitle}, #{p.liveId}, #{p.startTime}, #{p.endTime}, #{p.longTime}, #{p.sort}, now())" +
|
|
|
"</foreach>" +
|
|
|
"</script>"})
|
|
|
int insertIgnoreYt2140LiveChapterList(List<CoinYoutubeYt2140LiveChapter> yt2140LiveChapterList);
|