Commit e3ceb231 by 303514581@qq.com

2019/5/14 网媒添加title为自动标注

parent c792fe09
...@@ -1100,7 +1100,7 @@ public class HighLightFillingServiceImpl implements HighLightFillingService { ...@@ -1100,7 +1100,7 @@ public class HighLightFillingServiceImpl implements HighLightFillingService {
// res.put("title", title); // res.put("title", title);
res.put("content", ""); res.put("content", "");
res.put("title", ""); res.put("title", title);
String source = res.getString("source") + ""; String source = res.getString("source") + "";
if ((sourceHitMap.get("pt") + "").equals("微信")) { if ((sourceHitMap.get("pt") + "").equals("微信")) {
......
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