、Theme 主题
说明:
编号
字段
类型
说明
使用情况(Y/N)
1
themeVideo
relation 主题关联的视频 Y
2
pageImg
file 封面图(android已废弃) N
3
themeType
number 主题的分类其中1情景英文2绘本故事3儿歌英语4精品付费 Y
4
pageImgShare
file 分享主题用的图标 Y
5
isShowNew
boolean 4.6添加 是否对用户可见 Y
6
isShow
boolean 4.6以前 是否对用户可见 N
7
name
string 主题英文名字 Y
8
orderNumber
number 主题编号(唯一固定数值同order)用于添加完成记录(4.6以前也用于排序后改为 orderNumberNew) Y
9
order
string 主题编号(唯一固定数值同orderNumber)用于标识是否购买过 Y
10
orderNumberNew
number
4.6以后 用来排序
Y
11 typeTag string 主题的类别tag 用于为您推荐 Y
12
ageTag
string 主题的年龄tag 用于为您推荐 Y
13
themeGameTest
relation 主题关联的玩游戏 Y
14
title
string 主题中文名字 Y
15
themeReading
relation 主题关联的读故事(android废弃) N
16
bbsUrl
string 福利活动进社区的链接 Y
17 activityImg File 视频页礼物盒子图 Y
18
activityIsShow
boolean 视频页礼物盒子是否显示 Y
19
pageDec
string 主题描述(已废弃) N
20
pageImgNew
File 封面图 Y
21
gameIndex
Number 玩游戏游戏类型 Y
22
themeAudioTest
relation 主题关联的练口语 Y
23
productName
string 4.6添加 产品名称 Y
24
productDes
string 4.6添加 产品描述 Y
25
productId
string 4.6添加 产品编号 Y
26
MoneyPrice
number 4.6添加购买本期视频需要的人民币数 Y
27
CoinPrice
number 4.6添加购买本期视频需要的纳币数
问题是这样的,我们查询AVTheme这张表,查询语句如下,根据orderNumberNew 降序,可是orderNumberNew 小于15的数据没有返回,之前还是好的。我们app老版本也获取不到了。问问是不是新版的leanclaod有改动????苹果平台是对的。
AVQuery query = AVQuery.getQuery(AVTheme.class); query.orderByDescending(AVTheme.ORDER_NUMBER_NEW);
query.setLimit(limit);
query.skip(skip);
query.include(AVTheme.PAGE_IMG);
query.include(AVTheme.PAGE_IMG_SHARE);
平台:android
api版本:3.14.1
希望给予答复
-
创建时间
17年5月26日
-
最后回复
17年5月26日
-
1
回复
-
847
浏览
-
1
用户