|
|
|
@ -482,6 +482,9 @@
|
|
|
|
|
<if test="integration.endDateTime != null">
|
|
|
|
|
AND REQUEST_DATE_TIME <= #{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>
|
|
|
|
|