|
@@ -89,11 +89,6 @@ public class UserOrderController {
|
|
|
throw new com.yonge.toolset.base.exception.BizException("支付失败,下单金额超过最高上限");
|
|
|
}
|
|
|
|
|
|
-
|
|
|
- if (orderReq.getPaymentCashAmount().compareTo(new BigDecimal(10000000))>0) {
|
|
|
- throw new com.yonge.toolset.base.exception.BizException("下单金额不能超出10000000");
|
|
|
- }
|
|
|
-
|
|
|
order.setTenantId(tenantStaff.getTenantId());
|
|
|
// 新增数据
|
|
|
UserPaymentOrderWrapper.PaymentConfig paymentConfig = userPaymentCoreService.executeOrderCreate(order);
|