|
@@ -96,7 +96,7 @@
|
|
|
</sql>
|
|
|
|
|
|
<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,
|
|
|
+ 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 sceneSize,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,s.scene_source ,null as is_obj
|
|
|
from fdkk_laser.t_scene s
|
|
|
left join t_user u on s.user_id = u.id
|