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},'%')