|
@@ -77,9 +77,12 @@
|
|
|
<if test="status != null and status != ''">
|
|
<if test="status != null and status != ''">
|
|
|
and tr.status = #{status, jdbcType=VARCHAR}
|
|
and tr.status = #{status, jdbcType=VARCHAR}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="authStatus != null and authStatus != '' and authStatus != 0">
|
|
|
|
|
|
|
+ <if test="truckAuthStatus != null and truckAuthStatus != '' and truckAuthStatus != 0">
|
|
|
and tr.auth_status = #{truckAuthStatus, jdbcType=VARCHAR}
|
|
and tr.auth_status = #{truckAuthStatus, jdbcType=VARCHAR}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="authStatus != null and authStatus != '' and authStatus != 0">
|
|
|
|
|
+ and tr.auth_status = #{authStatus, jdbcType=VARCHAR}
|
|
|
|
|
+ </if>
|
|
|
<if test="startTime != null and startTime != '' " >
|
|
<if test="startTime != null and startTime != '' " >
|
|
|
and DATE( trr.create_time) <![CDATA[ >= ]]> #{startTime,jdbcType=TIMESTAMP}
|
|
and DATE( trr.create_time) <![CDATA[ >= ]]> #{startTime,jdbcType=TIMESTAMP}
|
|
|
</if>
|
|
</if>
|