Commit 2ef92ec1 by 田超

Merge branch 'feature/1005231' into 'master'

feat: [1005231] 书刊配置图

See merge request rays/pcloud-book!1379
parents 1f34d3f6 647df10e
......@@ -610,9 +610,6 @@ public class AppletBooklistBizImpl implements AppletBooklistBiz {
if (StringUtil.isEmpty(appletOuterBooklistDTO.getUserName())){
throw new BookBizException(BookBizException.PARAM_IS_NULL, "缺少创建者名称");
}
if (StringUtil.isEmpty(appletOuterBooklistDTO.getDisplayPic())){
throw new BookBizException(BookBizException.PARAM_IS_NULL, "缺少展示图");
}
if (StringUtil.isEmpty(appletOuterBooklistDTO.getPublish())){
throw new BookBizException(BookBizException.PARAM_IS_NULL, "缺少出版社");
}
......
......@@ -43,9 +43,7 @@
user_name = #{userName},
</if>
digest = #{digest},
<if test="displayPic != null and displayPic != ''">
display_pic = #{displayPic},
</if>
<if test="publish != null and publish != ''">
publish = #{publish},
</if>
......
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