|
@@ -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 >= #{param.shootCountMin}
|