ZhangCc

Results 17 issues of ZhangCc

报错 ![default](https://user-images.githubusercontent.com/14049399/48990499-afe9df00-f169-11e8-9140-5d51b5c27565.png) mac系统:10.13.6 (17G65)

Can oc be supported?

### 提出问题前请先确认完成了下列几项步骤 New Issue Checklist * [x] 我已经阅读过 [贡献指南](CONTRIBUTING.md) I have read and understood the [CONTRIBUTING guide](CONTRIBUTING.md) * [x] 我已经阅读过 [程序文档]((http://cocoadocs.org/docsets/YTKNetwork)) I have read the [Documentation](http://cocoadocs.org/docsets/YTKNetwork) * [x] 我已经证实这个问题来源于 YTKNetwork...

1、模型的字段时间戳是longlong类型,存到数据库却是integer类型,取出的顺序有问题,需要把时间戳转为字符串吗? 2、NSMutableArray *searchResultArray = [TWYIMChatMessageModel searchWithWhere:[NSString stringWithFormat:@"sessionId='%@'", self.sessionModel.sessionId] orderBy:@"sendTimeStamp asc" offset:0 count:20]; @"sendTimeStamp asc" 这里的asc是指数据库的数据升序呢?还是取出来20个数据后,再进行升序? 3、保存数据到数据库的时候可以按字段逆序保存吗?