Commit 4dd0f437 by 裴大威

Merge branch 'ruansiyuan' of http://192.168.89.173/rays/pcloud-book into feat-dw

parents f90e8245 a96b75aa
...@@ -371,7 +371,7 @@ public class BookGroupBizImpl implements BookGroupBiz { ...@@ -371,7 +371,7 @@ public class BookGroupBizImpl implements BookGroupBiz {
public void updateBookGroup(BookGroup bookGroup) throws BizException { public void updateBookGroup(BookGroup bookGroup) throws BizException {
if (null == bookGroup.getId() || StringUtil.isEmpty(bookGroup.getGroupQrcodeName()) || null == bookGroup.getProLabelId() if (null == bookGroup.getId() || StringUtil.isEmpty(bookGroup.getGroupQrcodeName()) || null == bookGroup.getProLabelId()
|| null == bookGroup.getDepLabelId() || null == bookGroup.getPurLabelId() || StringUtil.isEmpty(bookGroup.getJoinTitle()) || null == bookGroup.getDepLabelId() || null == bookGroup.getPurLabelId() || StringUtil.isEmpty(bookGroup.getJoinTitle())
|| StringUtil.isEmpty(bookGroup.getJoinSlogan()) || StringUtil.isEmpty(bookGroup.getPersonalQrcodeUrl())) { || StringUtil.isEmpty(bookGroup.getJoinSlogan()) ) {
throw new BookBizException(BookBizException.PARAM_IS_ERROR, "参数有误!"); throw new BookBizException(BookBizException.PARAM_IS_ERROR, "参数有误!");
} }
BookGroup group = bookGroupDao.getById(bookGroup.getId()); BookGroup group = bookGroupDao.getById(bookGroup.getId());
......
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