Commit 3caeb115 by 阮思源

Merge branch 'feat-jinji2' into 'master'

修改

See merge request rays/pcloud-book!324
parents fed7045b 3eeec2d9
...@@ -167,7 +167,7 @@ public class BookGuideBizImpl implements BookGuideBiz { ...@@ -167,7 +167,7 @@ public class BookGuideBizImpl implements BookGuideBiz {
List<SelfRobotKeyword> selfRobotKeywords = selfRobotKeywordDao.getListByBookGroupId(bookGroupId); List<SelfRobotKeyword> selfRobotKeywords = selfRobotKeywordDao.getListByBookGroupId(bookGroupId);
if (!ListUtils.isEmpty(selfRobotKeywords)){ if (!ListUtils.isEmpty(selfRobotKeywords)){
try { try {
String content="你可以通过下方式唤醒我,让我知道你的学习需求"; String content="你可以通过下方式唤醒我,让我知道你的学习需求";
SendTextMessageVO voh = new SendTextMessageVO(); SendTextMessageVO voh = new SendTextMessageVO();
voh.setContent(content); voh.setContent(content);
voh.setCode(SendMessageTypeEnum.SELF.getCode()); voh.setCode(SendMessageTypeEnum.SELF.getCode());
......
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