Sfoglia il codice sorgente

[channel][修复]

release_toaliyun_real
Stormeye.Wu 7 anni fa
parent
commit
809217d068
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxChannelMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxChannelMapper.xml Vedi File

@@ -9,12 +9,12 @@
</resultMap>
<sql id="allColumns">
`id`,`tenant_id`,`channel_id`,`title`,`img`
`id`,`channel_id`,`title`,`img`
</sql>

<sql id="dynamicWhereConditions">
where 1 = 1
<if test=" null != id ">
and `id` = #{id}
</if>


Caricamento…
Annulla
Salva