lyhzzz 2 年之前
父節點
當前提交
fc43dea5f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/manage/CameraMapper.xml

+ 1 - 1
src/main/resources/mapper/manage/CameraMapper.xml

@@ -16,7 +16,7 @@
             and d.own = #{param.outType}
         </if>
         <if test="param.type !=null ">
-            and c.type = #{param.type}
+            and d.type = #{param.type}
         </if>
         <if test="param.snCode !=null and param.snCode != '' ">
             and c.sn_code like concat ('%',#{param.snCode},'%')