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}