Commit aa42393d by 裴大威

Merge branch 'feat-zyj-1002893' into 'master'

1002893技能配置管理非必填项设定优化

See merge request rays/pcloud-book!711
parents a7f063bf 45c51bfe
......@@ -23,9 +23,9 @@ public class PcloudSkillCheck {
if (pcloudSkill.getSkillType()==null){
throw new BookBizException(BookBizException.PARAM_IS_ERROR,"技能类型不能为空!");
}
if (StringUtil.isEmpty(pcloudSkill.getSkillFuseReply())){
throw new BookBizException(BookBizException.PARAM_IS_ERROR,"聚合页回复不能为空!");
}
// if (StringUtil.isEmpty(pcloudSkill.getSkillFuseReply())){//1002893取消必填
// throw new BookBizException(BookBizException.PARAM_IS_ERROR,"聚合页回复不能为空!");
// }
checkReply(pcloudSkill.getCancelSubReplies());
checkReply(pcloudSkill.getSuccessSubReplies());
checkRemindReply(pcloudSkill.getNoSubReplies());
......
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