Explorar o código

修复Email Cart未上传Contact ID。

Pen Li %!s(int64=9) %!d(string=hai) anos
pai
achega
59da26f712
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      RedAnt ERP Mobile/common/data_provider/iSalesNetwork.m

+ 7 - 0
RedAnt ERP Mobile/common/data_provider/iSalesNetwork.m

@@ -3939,6 +3939,13 @@ repeat:
     [dic setValue:so_id forKey:@"orderCode"];
     [dic setValue:addr forKey:@"email"];
     
+    if (appDelegate.customerInfo) {
+        NSString *customer_cid = [appDelegate.customerInfo objectForKey:@"customer_cid"];
+        if (customer_cid) {
+            [dic setValue:customer_cid forKey:@"contactId"];
+        }
+    }
+    
     NSData* json=nil;
     if(appDelegate.offline_mode)
     {