|
@@ -106,7 +106,7 @@ public class RtkAccountServiceImpl extends ServiceImpl<IRtkAccountMapper, RtkAcc
|
|
|
}
|
|
|
|
|
|
updateAccountStatus(rtkAccount.getId(),2);
|
|
|
- redisUtil.set(redisKey,JSONObject.toJSONString(rtkAccount),8 * 60 * 60);
|
|
|
+ redisUtil.set(redisKey,JSONObject.toJSONString(rtkAccount),time);
|
|
|
return rtkAccount;
|
|
|
}
|
|
|
|