inline temp 内联临时变量

double basePrice = order.getPrice();

return basePrice;

改成 return  order.getPrice(); 去掉临时无用的临时变量