|
@@ -86,7 +86,7 @@ public class UserOrderController {
|
|
|
throw BizException.from("用户信息不存在");
|
|
|
}
|
|
|
if (orderReq.getPaymentCashAmount().compareTo(new BigDecimal(10000000))>0) {
|
|
|
- throw new com.yonge.toolset.base.exception.BizException("下单金额不能超出10000000");
|
|
|
+ throw new com.yonge.toolset.base.exception.BizException("支付失败,下单金额超过最高上限");
|
|
|
}
|
|
|
|
|
|
order.setTenantId(tenantStaff.getTenantId());
|