|
|
@@ -215,7 +215,7 @@ public class ApiShopOrderController extends AbstractApiController {
|
|
|
Integer money = Integer.valueOf(order.getActualPayment().multiply(new BigDecimal(100)).setScale(0, BigDecimal.ROUND_DOWN).toString());
|
|
|
FubeiPayWay payWay = FubeiPayWay.W_WX_LITE;
|
|
|
UserThirdType userThirdType = UserThirdType.WX_CASHIER_MINI_PROGRAM;
|
|
|
- if (PaymentMethod.ALIPAY.equals(dto.getPayType())) {
|
|
|
+ if (PaymentMethod.ALIPAY.equals(order.getPaymentMethod())) {
|
|
|
payWay = FubeiPayWay.W_ALI_LITE;
|
|
|
userThirdType = UserThirdType.ALI_MINI_PROGRAM;
|
|
|
}
|