Sfoglia il codice sorgente

fix tags

release_toaliyun_real
xiaohanzi 5 anni fa
parent
commit
ac567e6ad2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxTagsMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxTagsMapper.xml Vedi File

@@ -71,7 +71,7 @@
<include refid="allColumnsVo"/> <include refid="allColumnsVo"/>
from wx_tags from wx_tags
<if test=" null != tenantId "> <if test=" null != tenantId ">
and (`tenant_id` = #{tenantId} or tenant_id is null or tenant_id = '')
where (`tenant_id` = #{tenantId} or tenant_id is null or tenant_id = '')
</if> </if>
</select> </select>
</mapper> </mapper>

Caricamento…
Annulla
Salva