Commit 3eeec2d9 by 裴大威

修改

parent fed7045b
......@@ -167,7 +167,7 @@ public class BookGuideBizImpl implements BookGuideBiz {
List<SelfRobotKeyword> selfRobotKeywords = selfRobotKeywordDao.getListByBookGroupId(bookGroupId);
if (!ListUtils.isEmpty(selfRobotKeywords)){
try {
String content="你可以通过下方式唤醒我,让我知道你的学习需求";
String content="你可以通过下方式唤醒我,让我知道你的学习需求";
SendTextMessageVO voh = new SendTextMessageVO();
voh.setContent(content);
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