Commit 8ab6aa8a by shenjunjie

恢复小红书和抖音平台

parent 56350812
......@@ -84,12 +84,12 @@ public class CommonServiceImpl implements CommonService {
@Override
public List<JSONObject> getQbjcPlatform(String... includeFields) {
List<JSONObject> collect = GlobalPojo.PLATFORMS.stream().filter(messagePlatform -> {
if ("小红书".equals(messagePlatform.getName())) {
return false;
}
if ("抖音".equals(messagePlatform.getName())) {
return false;
}
// if ("小红书".equals(messagePlatform.getName())) {
// return false;
// }
// if ("抖音".equals(messagePlatform.getName())) {
// return false;
// }
return !"外媒".equals(messagePlatform.getName());
}
).map(messagePlatform -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment