...
|
...
|
@@ -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)){
|
...
|
...
|
|