|
@@ -119,7 +119,7 @@ public class TenantPaymentOrderServiceImpl extends BaseServiceImpl<Long, TenantP
|
|
|
// 是否满足条件
|
|
|
if (tenantEntryActivities.getSuitableUser() == SuitableUser.NEW) {
|
|
|
if (po.getStatus() == DealStatusEnum.ING) {
|
|
|
- int i = 30 - DateUtil.minutesBetween(po.getCreateTime(), date);
|
|
|
+ int i = 35 - DateUtil.minutesBetween(po.getCreateTime(), date);
|
|
|
if(i <= 0){
|
|
|
throw new BizException("您的订单出现异常,请联系客服");
|
|
|
}
|