|
@@ -1256,6 +1256,11 @@ repeat:
|
|
|
{
|
|
{
|
|
|
json= [OLDataProvider offline_editContact:params];
|
|
json= [OLDataProvider offline_editContact:params];
|
|
|
}
|
|
}
|
|
|
|
|
+ else if([request_url isEqualToString:URL_CUSTOMER_ADV_SEARCH])
|
|
|
|
|
+ {
|
|
|
|
|
+ json= [OLDataProvider offline_contactAdvancedSearch:params];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
|
|
|
else
|
|
else
|
|
|
return [OLDataProvider offline_notimpl];
|
|
return [OLDataProvider offline_notimpl];
|