|
|
@@ -15,8 +15,8 @@
|
|
|
<if test="truckNo != null and truckNo != ''">
|
|
|
and tr.truck_no = #{truckNo, jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
- <if test="type != null and type != ''">
|
|
|
- and tr.type = #{type, jdbcType=VARCHAR}
|
|
|
+ <if test="truckType != null and truckType != ''">
|
|
|
+ and tr.type = #{truckType, jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="energyType != null and energyType != ''">
|
|
|
and tr.energy_type = #{energyType, jdbcType=VARCHAR}
|
|
|
@@ -57,8 +57,8 @@
|
|
|
<if test="truckNo != null and truckNo != ''">
|
|
|
and tr.truck_no = #{truckNo, jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
- <if test="type != null and type != ''">
|
|
|
- and tr.type = #{type, jdbcType=VARCHAR}
|
|
|
+ <if test="truckType != null and truckType != ''">
|
|
|
+ and tr.type = #{truckType, jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="energyType != null and energyType != ''">
|
|
|
and tr.energy_type = #{energyType, jdbcType=VARCHAR}
|
|
|
@@ -110,7 +110,7 @@
|
|
|
and tr.truck_no = #{truckNo, jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="truckType != null and truckType != ''">
|
|
|
- and tr.type = #{type, jdbcType=VARCHAR}
|
|
|
+ and tr.type = #{truckType, jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="energyType != null and energyType != ''">
|
|
|
and tr.energy_type = #{energyType, jdbcType=VARCHAR}
|
|
|
@@ -170,7 +170,7 @@
|
|
|
and tr.truck_no = #{truckNo, jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="truckType != null and truckType != ''">
|
|
|
- and tr.type = #{type, jdbcType=VARCHAR}
|
|
|
+ and tr.type = #{truckType, jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="energyType != null and energyType != ''">
|
|
|
and tr.energy_type = #{energyType, jdbcType=VARCHAR}
|
|
|
@@ -232,8 +232,8 @@
|
|
|
<if test="wholeTruckNo != null and wholeTruckNo != ''">
|
|
|
and tr.truck_no = #{wholeTruckNo, jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
- <if test="type != null and type != ''">
|
|
|
- and tr.type = #{type, jdbcType=VARCHAR}
|
|
|
+ <if test="truckType != null and truckType != ''">
|
|
|
+ and tr.type = #{truckType, jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="energyType != null and energyType != ''">
|
|
|
and tr.energy_type = #{energyType, jdbcType=VARCHAR}
|