mirror of
https://gitee.com/myxzgzs/boyue-vue-pro.git
synced 2025-08-10 09:22:44 +08:00
fixed 86ef58d from https://gitee.com/qshome/ruoyi-vue-pro/pulls/324
修改`pay模块>创建支付单>存在时返回订单Id`
This commit is contained in:
parent
c93eb07cc8
commit
fb663a984c
@ -103,7 +103,7 @@ public class PayOrderServiceImpl implements PayOrderService {
|
||||
if (order != null) {
|
||||
log.warn("[createPayOrder][appId({}) merchantOrderId({}) 已经存在对应的支付单({})]", order.getAppId(),
|
||||
order.getMerchantOrderId(), JsonUtils.toJsonString(order)); // 理论来说,不会出现这个情况
|
||||
return app.getId();
|
||||
return order.getId();
|
||||
}
|
||||
|
||||
// 创建支付交易单
|
||||
|
Loading…
x
Reference in New Issue
Block a user