|
|
@@ -111,6 +111,10 @@
|
|
|
[[backupsFileManager shareInstance] backupsFileDoneFun];
|
|
|
|
|
|
}
|
|
|
+ else if([fileLengthNum integerValue] > self.curPhotosBackupsTaskMod.totalBytes){
|
|
|
+ HLog(@"文件备份出错 代理返回的长度大于文件长度");
|
|
|
+ [[backupsFileManager shareInstance] getDataWrongToChangeFailFun];
|
|
|
+ }
|
|
|
else{
|
|
|
self.curPhotosBackupsTaskMod.didBackupsOneFileType = NO;
|
|
|
[self beginGotoBackupsImageFun:fileLengthNum];
|