lyhzzz 3 months ago
parent
commit
716528d97e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/manage/SceneProMapper.xml

+ 1 - 1
src/main/resources/mapper/manage/SceneProMapper.xml

@@ -54,7 +54,7 @@
             and s.title like concat ('%',#{param.sceneName},'%')
         </if>
         <if test="param.isLaser ==1 and param.sceneName != null and param.sceneName!='' ">
-            and (s.title like concat ('%',#{param.sceneName},'%') or s.laser_title like concat ('%',#{param.sceneName},'%'))
+            and  s.laser_title like concat ('%',#{param.sceneName},'%')
         </if>
         <if test="param.shootCountMin != null  ">
             and e.shoot_count &gt;= #{param.shootCountMin}