提交 40b08b90 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 66226790
......@@ -171,7 +171,7 @@ public interface EbookMapper extends BaseMapper<Ebook>{
+ " and bb.name != #{form.resourceName}"
+ " </if>"
+ " <if test='form.status != null'>"
+ " and bb.status != #{form.status}"
+ " and bb.status = #{form.status}"
+ " </if>"
+ "</script>")
List<ResourceRelationListVo> queryByTileAndDiyType(@Param("form")QueryResourceForPoPForm form);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论