Commit 595bee8e by shenjunjie

Merge branch 'feature' into 'dev'

恢复小红书和抖音平台

See merge request !308
parents 868feeb8 8ab6aa8a
......@@ -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