Commit c8a2261e by 1244575290@qq.com

bug修改

parent 63fbe5a6
......@@ -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