Ray Zhang 9 лет назад
Родитель
Сommit
90b718e3d1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      RedAnt ERP Mobile/common/Functions/offline/OLDataProvider.m

+ 1 - 1
RedAnt ERP Mobile/common/Functions/offline/OLDataProvider.m

@@ -1264,7 +1264,7 @@
     [ret setValue:[NSNumber numberWithInt:result] forKey:@"result"];
     
     //insert into offline_order(so_id,status,contact_id,sales_rep,create_by,customer_contact) select 'OFFLINE'||hex(randomblob(16)),-1,contact_id,sales_rep,company_name from offline_contact where contact_id='99FURO0002'
-    
+    //soId
     return [RAUtils dict2data:ret];
     
 }