|
|
@@ -350,6 +350,9 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
});
|
|
|
}
|
|
|
orderDon.setPayTitle(payTitle.toString());
|
|
|
+ if ("TWD".equals(payRequest.getCurrency())){
|
|
|
+ orderDon.setMoney(orderDon.getMoney().setScale(-2, RoundingMode.HALF_UP));
|
|
|
+ }
|
|
|
this.saveOrUpdate(orderDon);
|
|
|
|
|
|
if (orderDon.getIsDp()) {
|