lyhzzz 2 年之前
父节点
当前提交
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},'%')