Compare commits
2 Commits
9242dcaf70
...
f68349a208
| Author | SHA1 | Date | |
|---|---|---|---|
| f68349a208 | |||
|
|
08dcc64ef4 |
@@ -168,8 +168,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
NSMutableDictionary * dic2 = [NSMutableDictionary dictionary];
|
NSMutableDictionary * dic2 = [NSMutableDictionary dictionary];
|
||||||
dic2[@"longitude"] = [NSString stringWithFormat:@"%f" , self.pointModel.coordinate.longitude];
|
dic2[@"longitude"] = [NSString stringWithFormat:@"%f" , self.longitude];
|
||||||
dic2[@"latitude"] = [NSString stringWithFormat:@"%f" , self.pointModel.coordinate.latitude];
|
dic2[@"latitude"] = [NSString stringWithFormat:@"%f" , self.latitude];
|
||||||
dic2[@"plateNumber"] = carNo;
|
dic2[@"plateNumber"] = carNo;
|
||||||
dic2[@"hydrogenSiteId"] = [NSString stringWithFormat:@"%@" , self.pointModel.stationID];
|
dic2[@"hydrogenSiteId"] = [NSString stringWithFormat:@"%@" , self.pointModel.stationID];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user