Commit 114f59fc by 吴博

fix readtype

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