A17404李放 3 anos atrás
pai
commit
10e8195b36

+ 1 - 1
nb-system/src/main/resources/mapper/bus/BusDeviceMapper.xml

@@ -73,7 +73,7 @@
                 and alias like concat('%',#{query.alias},'%')
             </if>
             <if test="query.status!=null">
-                status = #{query.status}
+                and status = #{query.status}
             </if>
         </where>
         ) AS d