|
@@ -17,7 +17,7 @@
|
|
|
UNION
|
|
|
select s.title as sceneName ,s.num,s.create_time,c.sn_code,e.space as sceneSize
|
|
|
,u.user_name,e.view_count,s.scene_status as status,s.pay_status,'v4' as scene_version,e.web_site as webSite,thumb
|
|
|
- ,algorithm_time,c.child_name,s.camera_id
|
|
|
+ ,algorithm_time,c.child_name,s.camera_id,s.laser_title
|
|
|
from t_scene_plus s
|
|
|
left join t_scene_plus_ext e on s.id = e.plus_id
|
|
|
<include refid="commonWhere"></include>
|