lyhzzz 2 tahun lalu
induk
melakukan
fc43dea5f2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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},'%')