提现审核增加成功提现次数和成功提现金额

This commit is contained in:
谭凯凯
2024-12-27 14:43:59 +08:00
committed by Tankaikai
parent a58f429783
commit 57b2253d9d
3 changed files with 18 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ public class CourseServiceImpl extends ServiceImpl<CourseDao, Course> implements
private void setCache(String key, String value) {
key = getIndexKey(key);
redisUtils.set(key, value, 60);
redisUtils.set(key, value, 600);
}
private String getCache(String key) {