浏览代码

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

lyhzzz 2 年之前
父节点
当前提交
f514ab0c8d
共有 1 个文件被更改,包括 1 次插入3 次删除
  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>