Commit 7f61cbfa by gaopeng

fixbug1019885

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