Commit 01176e0f by pansy

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

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