@@ -107,6 +107,9 @@
<if test=" endTime!=null ">
and CREATE_TIME <= #{endTime}
</if>
+ <if test=" interfaceParams != null and interfaceParams!='' ">
+ and INTERFACE_PARAMS like CONCAT('%',trim(#{interfaceParams}),'%')
+ </if>
</where>
order by CREATE_TIME desc
</select>
@@ -115,6 +115,9 @@
+ <if test=" interfaceParams!=null and interfaceParams!=''">