@@ -410,7 +410,7 @@ public class FodderServiceImpl extends IBaseServiceImpl<FodderEntity, Long> impl
"null as file_name, null as file_size,null as scene_code,null as dpi,null as temp_id,parent_id as dir_id, null as dirName from tb_dir where is_delete=0") ;
builder.append(" and user_id='").append(userName).append("'");
builder.append(" and type='").append(type).append("'");