Commit 7f155bdd by 徐康

退款回调

parent fff49463
...@@ -278,7 +278,7 @@ public class DeliveryAdapter { ...@@ -278,7 +278,7 @@ public class DeliveryAdapter {
}); });
} }
}); });
deliveryOrderRequestDto.setProductTotal(productInfos.stream().mapToInt(t -> t.getCumulatedTotal()).sum()); deliveryOrderRequestDto.setProductTotal(productInfos.stream().mapToInt(t -> t.getCumulatedTotal()==null?0:t.getCumulatedTotal()).sum());
} }
......
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