|
|
@ -148,6 +148,8 @@ public class BusSalesOrderPriceService extends MybatisBaseService<BusSalesOrderP |
|
|
|
bigDecimalFinalPrice = bigDecimalFinalPrice.add(new BigDecimal(topPrice)); |
|
|
|
} |
|
|
|
} |
|
|
|
}else{ |
|
|
|
return rb.setMsg("请先完善车型信息"); |
|
|
|
} |
|
|
|
|
|
|
|
if (StringUtils.isNotBlank(vo.getTransactionPrice())) { |
|
|
|