|
|
@@ -146,7 +146,7 @@
|
|
|
<sql id="selectMesh">
|
|
|
select s.id,'4dkankan' as sceneType,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 , e.thumb
|
|
|
- ,e.algorithm_time,s.user_id,jy.platform_id,s.scene_source,s.three_cam_type,e.is_obj,jy.ry_nick_name as nickName
|
|
|
+ ,e.algorithm_time,s.user_id,jy.platform_id,s.scene_source,s.three_cam_type,e.is_obj,jy.ry_nick_name as nickName,s.build_fail_reason
|
|
|
from t_scene_plus s
|
|
|
left join t_scene_plus_ext e on s.id = e.plus_id
|
|
|
left join t_user u on s.user_id = u.id
|
|
|
@@ -224,7 +224,7 @@
|
|
|
<sql id="selectLaser">
|
|
|
SELECT s.id,'laser' as sceneType, s.title as sceneName,s.scene_code as num,s.shoot_time as createTime,s.sn_code,s.space as scennSize,s.user_name,s.view_count,s.status,
|
|
|
s.pay_status,'v4' as scene_version,s.web_site,s.init_pic as thumb,s.algorithm_time,s.user_id,jy.platform_id,s.scene_source,
|
|
|
- null as asthree_cam_type ,null as is_obj,jy.ry_nick_name as nickName
|
|
|
+ null as asthree_cam_type ,null as is_obj,jy.ry_nick_name as nickName,null as build_fail_reason
|
|
|
from fdkk_laser.t_scene s
|
|
|
left join t_user u on s.user_id = u.id
|
|
|
left join jy_user jy on u.id = jy.user_id
|