Commit 8140b9d5 by 田超

Merge branch 'fixbug/1025022' into 'master'

bug: [1025022] 咨询没有配置名片,在列表点击批量上架1v1好友,batchUpdateCardShowState接口500

See merge request rays/pcloud-book!878
parents e9cc4868 01176e0f
......@@ -935,6 +935,10 @@ public class AppletNewsBizImpl implements AppletNewsBiz {
}
}
if(ListUtils.isEmpty(appletNewsShowStateVO.getAppletNewsIds())){
throw new BookBizException(BookBizException.ERROR, "所勾选资讯未配置名片");
}
appletNewsDao.batchUpdateCardShowState(appletNewsShowStateVO);
}
......
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