多角色保存修复、售后退款余额、积分处理、微信退款类型处理、升级springboot2.7.10、druid1.2.16、mybatis-plus3.5.3
This commit is contained in:
@ -171,7 +171,7 @@ public class WeixinPayService {
|
||||
if(orderInfo.getExtendOrderId()!=null){
|
||||
orderId=orderInfo.getExtendOrderId();
|
||||
}
|
||||
WxPayService wxPayService = WxPayConfiguration.getPayService(PayMethodEnum.WECHAT);
|
||||
WxPayService wxPayService = WxPayConfiguration.getPayService(PayMethodEnum.toType(orderInfo.getPayType()));
|
||||
WxPayRefundRequest wxPayRefundRequest = new WxPayRefundRequest();
|
||||
BigDecimal bigDecimal = new BigDecimal("100");
|
||||
int totalFee = bigDecimal.multiply(orderInfo.getPayPrice()).intValue();
|
||||
|
Reference in New Issue
Block a user