|
|
@@ -151,7 +151,7 @@
|
|
|
- (void)getBoxSaveDataFun
|
|
|
{
|
|
|
KWeakSelf
|
|
|
- [[boxSaveFileManager shareInstance] getDataInDatabaseFun:NO complete:^(NSMutableArray * _Nonnull Arr) {
|
|
|
+ [[boxSaveFileManager shareInstance] getDataInDatabaseFun:YES complete:^(NSMutableArray * _Nonnull Arr) {
|
|
|
[weakSelf AferGetBoxSaveDataBy:Arr];
|
|
|
}];
|
|
|
}
|
|
|
@@ -264,7 +264,7 @@
|
|
|
- (void)getBoxDownLoadDataFun
|
|
|
{
|
|
|
KWeakSelf
|
|
|
- [[boxDownloadFileManager shareInstance] getDataInDatabaseFun:NO complete:^(NSMutableArray * _Nonnull Arr) {
|
|
|
+ [[boxDownloadFileManager shareInstance] getDataInDatabaseFun:YES complete:^(NSMutableArray * _Nonnull Arr) {
|
|
|
[weakSelf AferGetBoxDownloadDataBy:Arr];
|
|
|
}];
|
|
|
}
|