Commit 4855d3ca by 徐康

Merge branch 'feature/20200727_麦咖啡p1v2支付券码路由' into qa

parents e607833e b9a416e8
......@@ -153,6 +153,8 @@ public class DeliveryAdapter {
if (CollectionUtils.isNotEmpty(collect)) {
//配送费
deliveryOrderRequestDto.setDeliveryTotal(collect.get(0).getPrice().intValue());
} else {
deliveryOrderRequestDto.setDeliveryTotal(0);
}
}else {
deliveryOrderRequestDto.setDeliveryTotal(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment