|
@ -36,7 +36,7 @@ func (m *moveDataService) Start(table string, sqlitePath string, mysqlConfig con |
|
|
config.Logger.Error("xlsxPath not existx...") |
|
|
config.Logger.Error("xlsxPath not existx...") |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
m.moveChannel(sqliteDB, mysqlDB, "D:/Work/Code/youtube_dev/youtube-golang/main_program/moveData/channel_region.xlsx") |
|
|
m.moveChannel(sqliteDB, mysqlDB, xlsxPath) |
|
|
} else if table == "Videos" { |
|
|
} else if table == "Videos" { |
|
|
m.moveVideos(sqliteDB, mysqlDB) |
|
|
m.moveVideos(sqliteDB, mysqlDB) |
|
|
} else if table == "DownLoadInfo" { |
|
|
} else if table == "DownLoadInfo" { |
|
|