lyhzzz 3 년 전
부모
커밋
63368c559d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/resources/mapper/ucenter/SceneMapper.xml

+ 2 - 2
src/main/resources/mapper/ucenter/SceneMapper.xml

@@ -10,7 +10,7 @@
         <include refid="sceneJoinCamera"></include>
         WHERE is_upgrade = 0 and  p.rec_status = 'A'
         <include refid="commonWhere"></include>
-        AND
+
         <include refid="commonSceneWhere"></include>
         <if test="param.searchKey !=null and param.searchKey !=''">
             and  p.scene_name like CONCAT('%',#{param.sceneName},'%')
@@ -23,7 +23,7 @@
         <include refid="sceneJoinCamera"></include>
         WHERE p.rec_status = 'A'
         <include refid="commonWhere"></include>
-        AND
+
         <include refid="commonSceneWhere"></include>
         <if test="param.searchKey !=null and param.searchKey !=''">
             and  p.title like CONCAT('%',#{param.sceneName},'%')