Commit 56e2b869 authored by 刘基明's avatar 刘基明

Merge branch 'dev' of 47.100.44.39:tp-backend/tanpu-community into dev

parents 57c3b245 6d08b97f
...@@ -31,7 +31,7 @@ public class BizUtils { ...@@ -31,7 +31,7 @@ public class BizUtils {
return paragraph.getValue(); return paragraph.getValue();
} else { } else {
// 否则,保留关键词 向前20个字符 // 否则,保留关键词 向前20个字符
return paragraph.getValue().substring(idx - 20); return "..." + paragraph.getValue().substring(idx - 20);
} }
} }
} }
......
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