|
@@ -123,7 +123,7 @@ public class EtlServiceImpl implements EtlService {
|
|
String title = param.getVideoTitle();
|
|
String title = param.getVideoTitle();
|
|
String platform = param.getPlatform();
|
|
String platform = param.getPlatform();
|
|
String strategy = param.getStrategy();
|
|
String strategy = param.getStrategy();
|
|
- long id = 0l;
|
|
|
|
|
|
+ long id = 0L;
|
|
try {
|
|
try {
|
|
// 保存数据库
|
|
// 保存数据库
|
|
// alter table crawler_video drop key unq_video_id;
|
|
// alter table crawler_video drop key unq_video_id;
|