Commit 45c51bfe by 朱亚洁

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

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