ref 一些逻辑调整

This commit is contained in:
bootx
2024-05-02 00:57:49 +08:00
parent b7a6674096
commit 2ab895610a
15 changed files with 39 additions and 46 deletions

View File

@@ -107,7 +107,7 @@ public class CashierService {
BeanUtil.copyProperties(payModel, payOrderResult);
return payOrderResult;
} else {
throw new BizException("订单状态异常,无法进行支付");
throw new BizException(payModel.getMsg());
}
}