Commit 20fae908 by 阮思源

加分割线

parent c232bb9f
...@@ -665,6 +665,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz { ...@@ -665,6 +665,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
//获取社群码下的分类 //获取社群码下的分类
List<ListClassifyVO> listClassifyVOS = bookGroupClassifyBiz.listAllClassify(bookGroupId); List<ListClassifyVO> listClassifyVOS = bookGroupClassifyBiz.listAllClassify(bookGroupId);
if (!ListUtils.isEmpty(listClassifyVOS)) { if (!ListUtils.isEmpty(listClassifyVOS)) {
text = text + "======================\n";
if (listClassifyVOS.size() == 1) { if (listClassifyVOS.size() == 1) {
ListClassifyVO listClassifyVO = listClassifyVOS.get(0); ListClassifyVO listClassifyVO = listClassifyVOS.get(0);
//如果只有一个分类 //如果只有一个分类
...@@ -679,7 +680,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz { ...@@ -679,7 +680,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
} else { } else {
text = text + "本书还配有以下交流群,选择你想加入的微信群,回复群名称,我会拉你入群!\n"; text = text + "本书还配有以下交流群,选择你想加入的微信群,回复群名称,我会拉你入群!\n";
for (ListClassifyVO listClassifyVO : listClassifyVOS) { for (ListClassifyVO listClassifyVO : listClassifyVOS) {
text = text + listClassifyVO.getClassify() + ":" + listClassifyVO.getClassifyIntroduce() + "\n"; text = text + "❤❥웃유♋☮✌☏☢☠✔☑♚▲♪✈✞÷↑↓◆◇⊙■□△▽¿─│♥❣♂♀☿Ⓐ✍✉☣☤✘☒♛▼♫⌘☪≈←→◈◎☉★☆⊿※¡━┃♡ღツ☼☁❅♒✎©®™Σ✪✯☭➳卐√↖↗●" + listClassifyVO.getClassify() + ":" + listClassifyVO.getClassifyIntroduce() + "\n";
} }
//发送欢迎语 //发送欢迎语
if (text.length() > LE) { if (text.length() > LE) {
......
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