Explorar el Código

[短信配置][修改]:添加appid查询字段

release_toaliyun_real
gongbiao hace 7 años
padre
commit
a8d3bb23c9
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. +7
    -1
      mallinkService/src/main/resources/mapper/WxMsgConfigMapper.xml

+ 7
- 1
mallinkService/src/main/resources/mapper/WxMsgConfigMapper.xml Ver fichero

@@ -92,7 +92,13 @@
<if test=" null != notifyurl ">
and `notifyurl` like concat('%', #{notifyurl},'%')
</if>
</if>

<if test=" null != appid ">
and `appid` = #{appid}

</if>

<if test=" null != ids ">
and id in
<foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")">


Cargando…
Cancelar
Guardar