Przeglądaj źródła

[channel][修复]

release_toaliyun_real
Stormeye.Wu 7 lat temu
rodzic
commit
809217d068
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxChannelMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxChannelMapper.xml Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz