lyhzzz 2 năm trước cách đây
mục cha
commit
63368c559d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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},'%')