Commit 03bda40a by 高鹏

Merge branch 'feature-1019885' into 'master'

fixbug1019885

See merge request rays/pcloud-book!359
parents a174414d 7f61cbfa
......@@ -742,7 +742,7 @@ public class BookGroupBizImpl implements BookGroupBiz {
}
}
if (allNum) {
throw new BookBizException(BookBizException.PARAM_IS_ERROR, "参数有误!");
throw new BookBizException(BookBizException.PARAM_IS_ERROR, "请填写符合规范的书刊简称!");
}
}
BookGroup byShortBookName = bookGroupDao.getByShortBookName(bookGroup.getShortBookName());
......
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