|
@@ -69,7 +69,7 @@
|
|
|
SELECT id,name,1 as isFolder,type,parent_id as parentId,create_time,null as num,null as scene_name,null as
|
|
|
scene_dec,
|
|
|
null as status,null as pay_status,null as thumb,null as web_site,null as is_upgrade,null as sn_code,null as
|
|
|
- view_count, null build_type,null as removePortrait,null as scene_source
|
|
|
+ view_count, null build_type,null as removePortrait,null as scene_source,null as laserTitle
|
|
|
FROM t_folder WHERE rec_status = 'A' and user_id =#{param.userId}
|
|
|
<if test="param.folderType!=null and param.folderType == 0">
|
|
|
and (type = #{param.folderType} or type = 3)
|