|
@@ -323,6 +323,13 @@ typedef enum {
|
|
|
[self showProgressDialog];
|
|
[self showProgressDialog];
|
|
|
|
|
|
|
|
__weak typeof(self) weakSelf = self;
|
|
__weak typeof(self) weakSelf = self;
|
|
|
|
|
+
|
|
|
|
|
+ NSString *sql = [ApexMobileDB prepareUploadSQLOfUser:appDelegate.user withDiviceID:RAUtils.deviceID];
|
|
|
|
|
+ [RANetwork request_uploadsql:sql completionHandler:^(NSMutableDictionary *result) {
|
|
|
|
|
+ NSDictionary *json = result;
|
|
|
|
|
+ }];
|
|
|
|
|
+
|
|
|
|
|
+ return;
|
|
|
// upload/handle data
|
|
// upload/handle data
|
|
|
dispatch_async(dispatch_get_global_queue(0, 0), ^{
|
|
dispatch_async(dispatch_get_global_queue(0, 0), ^{
|
|
|
|
|
|