lyhzzz 1 年之前
父节点
当前提交
dc4b322fc2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/ucenter/ScenePlusMapper.xml

+ 1 - 1
src/main/resources/mapper/ucenter/ScenePlusMapper.xml

@@ -39,7 +39,7 @@
         left join t_camera c on p.camera_id = c.id
         left join t_camera_detail d on c.id = d.camera_id
         left join t_company co on u.company_id = co.id
-        where s.rec_status = 'A'
+        where p.rec_status = 'A'
         <if test="param.sceneType !=null and param.sceneType !=''">
             and  p.scene_type  = #{param.sceneType}
         </if>