Commit 647df10e by 吴博

feat: [1005231] 书刊配置图

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