|
@@ -306,7 +306,7 @@ public class OrderService {
|
|
|
}
|
|
}
|
|
|
order = orderRepo.save(order);
|
|
order = orderRepo.save(order);
|
|
|
if (order.getTotalPrice().compareTo(BigDecimal.ZERO) == 0) {
|
|
if (order.getTotalPrice().compareTo(BigDecimal.ZERO) == 0) {
|
|
|
- notifyOrder(order.getId(), PayMethod.WEIXIN, null);
|
|
|
|
|
|
|
+ notifyOrder(order.getId(), PayMethod.ALIPAY, null);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (usePoint > 0) {
|
|
if (usePoint > 0) {
|