|
@@ -121,7 +121,7 @@ public class TenantPaymentOrderServiceImpl extends BaseServiceImpl<Long, TenantP
|
|
|
if (po.getStatus() == DealStatusEnum.ING) {
|
|
|
int i = 30 - DateUtil.minutesBetween(po.getCreateTime(), date);
|
|
|
if(i <= 0){
|
|
|
- throw new BizException("您的订单出现异常,请联系指导老师");
|
|
|
+ throw new BizException("您的订单出现异常,请联系客服");
|
|
|
}
|
|
|
throw new BizException("您参加的首充活动正在处理中,预计于{}分钟后处理完毕,请稍后。", i);
|
|
|
}
|