Kaynağa Gözat

1、状态查询排除0;

zk 2 yıl önce
ebeveyn
işleme
451504a9a2

+ 4 - 1
sckw-modules/sckw-fleet/src/main/resources/mapper/KwfTruckReportMapper.xml

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