|
|
@@ -187,7 +187,7 @@
|
|
|
</select>
|
|
|
|
|
|
<select id="domeSceneList" resultType="com.fdkankan.ucenter.vo.response.SceneVo">
|
|
|
- select *,s.scene_status as status from t_scene_plus s left join t_scene_plus_ext e on s.id = e.plus_id
|
|
|
+ select *,s.scene_status as status,s.title as scene_name from t_scene_plus s left join t_scene_plus_ext e on s.id = e.plus_id
|
|
|
where s.rec_status= 'A' and demo = 1
|
|
|
and s.user_id = #{param.userId}
|
|
|
<if test="param.sceneSourceList !=null and param.sceneSourceList.size >0">
|