|
|
|
@ -576,10 +576,10 @@
|
|
|
|
</include>
|
|
|
|
</include>
|
|
|
|
and pic.suspiciousfile = 0
|
|
|
|
and pic.suspiciousfile = 0
|
|
|
|
<if test="fromuptimeStart != null">
|
|
|
|
<if test="fromuptimeStart != null">
|
|
|
|
and tcp.fromuptime >= ${fromuptimeStart}
|
|
|
|
and tcp.fromuptime >= ${fromuptimeStart.value}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="fromuptimeEnd != null">
|
|
|
|
<if test="fromuptimeEnd != null">
|
|
|
|
and tcp.fromuptime <= ${fromuptimeEnd}
|
|
|
|
and tcp.fromuptime <= ${fromuptimeEnd.value}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="page != null">
|
|
|
|
<if test="page != null">
|
|
|
|
<if test="page.sortname != null">
|
|
|
|
<if test="page.sortname != null">
|
|
|
|
@ -617,10 +617,10 @@
|
|
|
|
</include>
|
|
|
|
</include>
|
|
|
|
and pic.suspiciousfile = 0
|
|
|
|
and pic.suspiciousfile = 0
|
|
|
|
<if test="fromuptimeStart != null">
|
|
|
|
<if test="fromuptimeStart != null">
|
|
|
|
and tcp.fromuptime >= ${fromuptimeStart}
|
|
|
|
and tcp.fromuptime >= ${fromuptimeStart.value}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="fromuptimeEnd != null">
|
|
|
|
<if test="fromuptimeEnd != null">
|
|
|
|
and tcp.fromuptime <= ${fromuptimeEnd}
|
|
|
|
and tcp.fromuptime <= ${fromuptimeEnd.value}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|