Commit b67dd15e by 郑勇

去掉小睿分类判断

parent aadf95b0
......@@ -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