|
@@ -109,6 +109,9 @@
|
|
|
<if test="truckNo != null and truckNo != ''">
|
|
<if test="truckNo != null and truckNo != ''">
|
|
|
and a.truck_no = #{truckNo}
|
|
and a.truck_no = #{truckNo}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="track != null and track != ''">
|
|
|
|
|
+ and a.truck_no = #{track}
|
|
|
|
|
+ </if>
|
|
|
<if test="anomaly != null and anomaly != ''">
|
|
<if test="anomaly != null and anomaly != ''">
|
|
|
and a.anomaly = #{anomaly}
|
|
and a.anomaly = #{anomaly}
|
|
|
</if>
|
|
</if>
|