Explorar el Código

[channel][修复]

release_toaliyun_real
Stormeye.Wu hace 7 años
padre
commit
809217d068
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxChannelMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxChannelMapper.xml Ver fichero

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


Cargando…
Cancelar
Guardar