Commit d95f1403 by 章春雨

Merge branch 'feat-skill' into 'master'

bug修改

See merge request rays/pcloud-book!345
parents 63fbe5a6 c8a2261e
......@@ -290,6 +290,7 @@ public class SelfRobotKeywordBizImpl implements SelfRobotKeywordBiz {
selfRobotReplyVO.setReplyContent(skill.getReplyContent());
selfRobotReplyVO.setKeyWord(skill.getKeyWord());
selfRobotReplyVO.setGuideWord(skill.getGuideWord());
list.add(selfRobotReplyVO);
}
}
......@@ -303,6 +304,7 @@ public class SelfRobotKeywordBizImpl implements SelfRobotKeywordBiz {
selfRobotReplyVO.setWxGroupName(skill.getGroupName());
selfRobotReplyVO.setKeyWord(skill.getKeyWord());
selfRobotReplyVO.setGuideWord(skill.getGuideWord());
list.add(selfRobotReplyVO);
}
}
......@@ -330,6 +332,7 @@ public class SelfRobotKeywordBizImpl implements SelfRobotKeywordBiz {
selfRobotReplyVO.setReplyContent(skill.getReplyContent());
selfRobotReplyVO.setKeyWord(skill.getKeyWord());
selfRobotReplyVO.setGuideWord(skill.getGuideWord());
list.add(selfRobotReplyVO);
}
}
......@@ -343,6 +346,7 @@ public class SelfRobotKeywordBizImpl implements SelfRobotKeywordBiz {
selfRobotReplyVO.setWxGroupName(skill.getGroupName());
selfRobotReplyVO.setKeyWord(skill.getKeyWord());
selfRobotReplyVO.setGuideWord(skill.getGuideWord());
list.add(selfRobotReplyVO);
}
}
......
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