Browse Source

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

lyhzzz 2 years ago
parent
commit
f514ab0c8d
1 changed files with 1 additions and 3 deletions
  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 ">
             and d.user_id = #{param.userId}
         </if>
-        <if test="param.outType !=null ">
-            and d.own = #{param.outType}
-        </if>
+
         <if test="param.type !=null ">
             and d.type = #{param.type}
         </if>