提交 54464510 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 2470ec4f
...@@ -46,7 +46,7 @@ public interface ContributeMapper extends BaseMapper<Contribute> { ...@@ -46,7 +46,7 @@ public interface ContributeMapper extends BaseMapper<Contribute> {
+ "</script>") + "</script>")
List<ContributeListVo> pageOrUserType(@Param("form")ContributeSelectForm form); List<ContributeListVo> pageOrUserType(@Param("form")ContributeSelectForm form);
@Select("<script>" @Select("<script>"
+ "SELECT * FROM sys_contribute where 1=1 and status=3" + "SELECT * FROM sys_contribute where 1=1 and status!=3"
+ "<if test='"+ NOTBLANK +"(userId)'>" + "<if test='"+ NOTBLANK +"(userId)'>"
+ " and userId = #{userId} " + " and userId = #{userId} "
+ "</if>" + "</if>"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论