Commit 9028ad1c by 吴博

fix name

parent 218ba335
......@@ -645,7 +645,6 @@ public class SelfRobotKeywordBizImpl implements SelfRobotKeywordBiz {
robotSkillDetail.setRelSkillId(taskDto.getTaskId());
robotSkillDetail.setRelSkillName(taskDto.getTaskName());
robotSkillDetail.setRelSkillIntroduce(taskDto.getTaskIntroduce());
robotSkillDetail.setState(taskDto.getSubscribeState());
}
}else if (2 == type){
PcloudGroupActivity pcloudGroupActivity = pcloudGroupActivityDao.getById(relSkillId);
......
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