|
@@ -54,7 +54,7 @@ public class MrServiceImpl implements MrService {
|
|
@Override
|
|
@Override
|
|
public String createMr(PushJoinVO pushJoinVO) {
|
|
public String createMr(PushJoinVO pushJoinVO) {
|
|
Date now = DateUtil.now();
|
|
Date now = DateUtil.now();
|
|
- final Date expireDate = DateUtil.addMinutes(now, 3);
|
|
|
|
|
|
+ final Date expireDate = DateUtil.addMinutes(now, 15);
|
|
pushJoinVO.setCreateTime(now);
|
|
pushJoinVO.setCreateTime(now);
|
|
pushJoinVO.setExpireTime(expireDate);
|
|
pushJoinVO.setExpireTime(expireDate);
|
|
pushJoinVO.setExpireTimeStr(DateUtil.format(expireDate, "yyyy-MM-dd HH:mm:ss"));
|
|
pushJoinVO.setExpireTimeStr(DateUtil.format(expireDate, "yyyy-MM-dd HH:mm:ss"));
|