|
@@ -16,10 +16,10 @@
|
|
|
and dept_id = #{deptId}
|
|
|
</if>
|
|
|
<if test="beginMile != null and beginMile != 0">
|
|
|
- and begin_mile >= #{beginMile}
|
|
|
+ and install_mile >= #{beginMile}
|
|
|
</if>
|
|
|
<if test="endMile != null and endMile != 0">
|
|
|
- and end_mile <= #{endMile}
|
|
|
+ and install_mile <= #{endMile}
|
|
|
</if>
|
|
|
<if test="online != null and online != 0">
|
|
|
and online = #{online}
|