|
|
@@ -363,6 +363,8 @@ class PpaApplicationTests {
|
|
|
List<String> list = new ArrayList<>();
|
|
|
//菲莫国际
|
|
|
// list.add("https://cn.2firsts.com/search?keyword=%E8%8F%B2%E8%8E%AB%E5%9B%BD%E9%99%85");
|
|
|
+ //菲莫
|
|
|
+// list.add("https://cn.2firsts.com/search?keyword=%E8%8F%B2%E8%8E%AB");
|
|
|
// //PMI
|
|
|
// list.add("https://cn.2firsts.com/search?keyword=PMI");
|
|
|
// //英美烟草
|
|
|
@@ -390,7 +392,7 @@ class PpaApplicationTests {
|
|
|
// }
|
|
|
|
|
|
List<SourceInfo> sourceInfos = sourceInfoMapper.selectList(new LambdaQueryWrapper<SourceInfo>()
|
|
|
- .in(SourceInfo::getCategoryId, Arrays.asList(16, 17, 18, 19, 20, 21, 22)));
|
|
|
+ .in(SourceInfo::getCategoryId, Arrays.asList(22)));
|
|
|
for (SourceInfo sourceInfo : sourceInfos) {
|
|
|
String sourceUrl = sourceInfo.getSourceUrl();
|
|
|
String sourceName = sourceInfo.getSourceName();
|