|
@@ -103,7 +103,7 @@ public class HotelPublish implements ProductPublish {
|
|
|
String hotelId = it.getHotelId();
|
|
|
String chineseName = it.getChineseName();
|
|
|
String picture = it.getPicture();
|
|
|
- BigDecimal price = it.getPrice();
|
|
|
+ BigDecimal price = it.getPrice().multiply(BigDecimal.valueOf(100));
|
|
|
Double latitude = it.getLatitude();
|
|
|
Double longitude = it.getLongitude();
|
|
|
LocationModel locationModel = new LocationModel();
|