mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-07 21:17:42 +00:00
ref 一些逻辑调整
This commit is contained in:
@@ -107,7 +107,7 @@ public class CashierService {
|
||||
BeanUtil.copyProperties(payModel, payOrderResult);
|
||||
return payOrderResult;
|
||||
} else {
|
||||
throw new BizException("订单状态异常,无法进行支付");
|
||||
throw new BizException(payModel.getMsg());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user