|
@@ -11,6 +11,9 @@
|
|
|
<if test="apiName!=null" >
|
|
|
and ea.api_name = like concat('%', #{apiName}, '%')
|
|
|
</if>
|
|
|
+ <if test="apiId!=null and apiId > 0" >
|
|
|
+ and epe.api_id = #{apiId}
|
|
|
+ </if>
|
|
|
<if test="endpointName!=null" >
|
|
|
and epe.endpoint_name like concat('%', #{endpointName}, '%')
|
|
|
</if>
|