Commit 99ab87f7 by 裴大威

Merge branch 'fix-1022272' into 'master'

1002655 fix bug 1022272  readtype 修改文案

See merge request rays/pcloud-book!586
parents b501a1a7 114f59fc
......@@ -42,7 +42,7 @@ public class CustomCheck {
throw new BookBizException(BookBizException.PARAM_IS_ERROR, "bookid不能为空!");
}
if (null == customTimeControlBook.getReadType()){
throw new BookBizException(BookBizException.PARAM_IS_ERROR, "readType不能为空!");
throw new BookBizException(BookBizException.PARAM_IS_ERROR, "阅读类型不能为空!");
}
}
}
......
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