|
@@ -242,7 +242,7 @@ public class HouseOrderController implements HouseOrderAPI {
|
|
|
HouseOrder houseOrder = new HouseOrder();
|
|
HouseOrder houseOrder = new HouseOrder();
|
|
|
|
|
|
|
|
// 计算总金额
|
|
// 计算总金额
|
|
|
- BigDecimal totalPrice = houseOrderService.getHouseOrderPrice(establishOrderDto.getHouseOrderNumber(), userId, houseId, establishOrderDto.getReserveLiveTime(), establishOrderDto.getReserveLeaveTime());
|
|
|
|
|
|
|
+ BigDecimal totalPrice = houseOrderService.getHouseOrderPrice(establishOrderDto.getHouseOrderNumber(), userId, houseId,reserveLiveTime, reserveLeaveTime);
|
|
|
|
|
|
|
|
BigDecimal payPrice = establishOrderDto.getPayPrice();
|
|
BigDecimal payPrice = establishOrderDto.getPayPrice();
|
|
|
// 返回的结果是int类型,-1表示小于,0是等于,1是大于。
|
|
// 返回的结果是int类型,-1表示小于,0是等于,1是大于。
|