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