|
@@ -89,8 +89,9 @@
|
|
|
NSMutableArray *dataArr = [NSMutableArray new];
|
|
|
if (self.lastFileList) {
|
|
|
|
|
|
- for (NSString *key in self.lastFileList) {
|
|
|
- NSDictionary *dict = self.lastFileList[key];
|
|
|
+ NSDictionary *preLastFileList = [NSDictionary dictionaryWithDictionary:self.lastFileList];
|
|
|
+ for (NSString *key in preLastFileList) {
|
|
|
+ NSDictionary *dict = preLastFileList[key];
|
|
|
|
|
|
lastFileModel *model = [lastFileModel mj_objectWithKeyValues:dict];
|
|
|
if(model){
|