|
@@ -10,7 +10,7 @@
|
|
<include refid="sceneJoinCamera"></include>
|
|
<include refid="sceneJoinCamera"></include>
|
|
WHERE is_upgrade = 0 and p.rec_status = 'A'
|
|
WHERE is_upgrade = 0 and p.rec_status = 'A'
|
|
<include refid="commonWhere"></include>
|
|
<include refid="commonWhere"></include>
|
|
- AND
|
|
|
|
|
|
+
|
|
<include refid="commonSceneWhere"></include>
|
|
<include refid="commonSceneWhere"></include>
|
|
<if test="param.searchKey !=null and param.searchKey !=''">
|
|
<if test="param.searchKey !=null and param.searchKey !=''">
|
|
and p.scene_name like CONCAT('%',#{param.sceneName},'%')
|
|
and p.scene_name like CONCAT('%',#{param.sceneName},'%')
|
|
@@ -23,7 +23,7 @@
|
|
<include refid="sceneJoinCamera"></include>
|
|
<include refid="sceneJoinCamera"></include>
|
|
WHERE p.rec_status = 'A'
|
|
WHERE p.rec_status = 'A'
|
|
<include refid="commonWhere"></include>
|
|
<include refid="commonWhere"></include>
|
|
- AND
|
|
|
|
|
|
+
|
|
<include refid="commonSceneWhere"></include>
|
|
<include refid="commonSceneWhere"></include>
|
|
<if test="param.searchKey !=null and param.searchKey !=''">
|
|
<if test="param.searchKey !=null and param.searchKey !=''">
|
|
and p.title like CONCAT('%',#{param.sceneName},'%')
|
|
and p.title like CONCAT('%',#{param.sceneName},'%')
|