浏览代码

[活动报名][修改][查询我的活动]

release_toaliyun_real
gongbiao 7 年前
父节点
当前提交
8ae6808ee1
共有 1 个文件被更改,包括 3 次插入 和 3 次删除
  1. +3
    -3
      mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml

+ 3
- 3
mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml 查看文件

@@ -76,13 +76,13 @@
from wx_activity_join aj left join wx_activity a on aj.activity_id=a.id
where aj.user_id=#{user_id}
<if test=" null != tenantId ">
and `tenant_id` = #{tenantId}
and aj.`tenant_id` = #{tenantId}
</if>
<if test=" null != statusStr and ''!=statusStr">
and `status` in (${statusStr})
and aj.`status` in (${statusStr})
</if>
<if test=" null != status">
and `status`= #{status}
and aj.`status`= #{status}
</if>
<if test=" null != sortColumns">order by ${sortColumns}</if>
</select>


正在加载...
取消
保存