|
@@ -321,6 +321,12 @@
|
|
<if test="endMile != null and endMile != 0">
|
|
<if test="endMile != null and endMile != 0">
|
|
and b.end_mile <=#{endMile}
|
|
and b.end_mile <=#{endMile}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="ids != null and ids.size>0">
|
|
|
|
+ and a.id in
|
|
|
|
+ <foreach item="items" collection="ids" separator="," open="(" close=")" index="">
|
|
|
|
+ #{items}
|
|
|
|
+ </foreach>
|
|
|
|
+ </if>
|
|
<if test="!dsFlay">
|
|
<if test="!dsFlay">
|
|
and
|
|
and
|
|
<trim prefix="(" prefixOverrides="or" suffix=")">
|
|
<trim prefix="(" prefixOverrides="or" suffix=")">
|