fix:优化完善;
This commit is contained in:
@@ -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