|
|
@@ -108,7 +108,7 @@ public class MobileController extends BaseController {
|
|
108
|
108
|
String phone1= phone.trim();
|
|
109
|
109
|
String tophone =phone1;
|
|
110
|
110
|
String fix = ""; String bfix = ""; String wfix = "0";
|
|
111
|
|
- String zipcode = "0373";
|
|
|
111
|
+ String zipcode = "0371";
|
|
112
|
112
|
int zip = GetZipCodeByPhone(phone1, zipcode);
|
|
113
|
113
|
if (zip == 1)
|
|
114
|
114
|
{
|