A17404李放 hace 3 años
padre
commit
10e8195b36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      nb-system/src/main/resources/mapper/bus/BusDeviceMapper.xml

+ 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