Explorar el Código

相機列表去掉出庫類型判斷

lyhzzz hace 2 años
padre
commit
f514ab0c8d
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      src/main/resources/mapper/agent/CameraMapper.xml

+ 1 - 3
src/main/resources/mapper/agent/CameraMapper.xml

@@ -12,9 +12,7 @@
         <if test="param.userId !=null ">
         <if test="param.userId !=null ">
             and d.user_id = #{param.userId}
             and d.user_id = #{param.userId}
         </if>
         </if>
-        <if test="param.outType !=null ">
-            and d.own = #{param.outType}
-        </if>
+
         <if test="param.type !=null ">
         <if test="param.type !=null ">
             and d.type = #{param.type}
             and d.type = #{param.type}
         </if>
         </if>