lyhzzz 3 달 전
부모
커밋
716528d97e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}