Parcourir la source

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

release_toaliyun_real
gongbiao il y a 7 ans
Parent
révision
a8d3bb23c9
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. +7
    -1
      mallinkService/src/main/resources/mapper/WxMsgConfigMapper.xml

+ 7
- 1
mallinkService/src/main/resources/mapper/WxMsgConfigMapper.xml Voir le fichier

@@ -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=")">


Chargement…
Annuler
Enregistrer