Commit 2636eedf by 阮思源

Merge branch 'fix-1022477' into 'master'

修改Bug1022477

See merge request rays/pcloud-book!616
parents 42af9214 3b368eba
......@@ -508,7 +508,7 @@ public class CultivateBizImpl implements CultivateBiz {
}
String skill=CultivateSkillTypeEnum.getNameByCode(cultivateRecord.getSkillType());
cultivateRecord.setRemark("你使用了"+skill+"技能,请添加小睿为好友后,回复您想要定制阅读的书名吧");
cultivateRecord.setRemark("你使用了"+skill+"技能请添加小睿为好友后,回复您想要定制阅读的书名吧");
}
if(changeType.equals(CultivateChangeTypeEnum.FISH_BALL_CONVERT_STAR.code)){
......
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