Commit 3538ab8c by 阮思源

Merge branch 'feat-1002713' into 'master'

去掉小睿分类判断

See merge request rays/pcloud-book!666
parents aadf95b0 b67dd15e
......@@ -35,7 +35,7 @@ public class NotifyParamCheck {
}
}
if(NotifySendTypeEnum.CLASSIFY_USER.value.equals(cultivateNotifyDTO.getSendType())) {
if (null==cultivateNotifyDTO.getWxId() || null==cultivateNotifyDTO.getClassifyId()) {
if (null==cultivateNotifyDTO.getWxId()) {
throw new BookBizException(BookBizException.PARAM_IS_NULL, "小睿信息缺失!");
}
}
......
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