Commit 58802795 by 裴大威

Merge branch 'feat-1002291-new' into 'master'

fix state

See merge request rays/pcloud-book!382
parents f45d1464 9028ad1c
......@@ -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