接口日志表

master
赵嘉伟 4 years ago
parent 7a2b2cc404
commit 16da515860

@ -482,6 +482,9 @@
<if test="integration.endDateTime != null">
AND REQUEST_DATE_TIME &lt;= #{integration.endDateTime}
</if>
<if test="integration.param != null and integration.param != ''">
AND PARAM LIKE '%${integration.param}%'
</if>
</where>
ORDER BY REQUEST_DATE_TIME DESC
</select>

Loading…
Cancel
Save