Przeglądaj źródła

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

release_toaliyun_real
gongbiao 7 lat temu
rodzic
commit
8ae6808ee1
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml

+ 3
- 3
mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml Wyświetl plik

@@ -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>


Ładowanie…
Anuluj
Zapisz