|
@@ -220,6 +220,12 @@
|
|
|
<if test="alarmMile != null and alarmMile != 0">
|
|
|
and alarm_mile = #{alarmMile}
|
|
|
</if>
|
|
|
+ <if test="beginMile != null and beginMile != 0">
|
|
|
+ and alarm_mile >= #{beginMile}
|
|
|
+ </if>
|
|
|
+ <if test="endMile != null and endMile != 0">
|
|
|
+ and alarm_mile <= #{endMile}
|
|
|
+ </if>
|
|
|
<if test="isRelease != null and isRelease != 0">
|
|
|
and is_release = #{isRelease}
|
|
|
</if>
|