Authored by LUOXC

Merge branch 'test6.9.8' of http://git.yoho.cn/ufo/yohoufo-fore into test6.9.8

... ... @@ -274,7 +274,7 @@ public abstract class AbsOrderDetailService extends AbsOrderViewService implemen
OrderAttributes oa = OrderAttributes.getOrderAttributes(buyerOrder.getAttributes());
if (Objects.equals(OrderAttributes.QUICK_DELIVER, oa)){
priceInfo.setQuickDeliveServicePrice(MathUtils.formatStr(amountDetailBo.getDepositAmount()));
priceInfo.setQuickDeliveServicePrice(MathUtils.formatStr(amountDetailBo.getQuickDeliveServiceAmount()));
}
if (Objects.equals(OrderAttributes.DEPOSITE, oa)){
... ...