|
@@ -1430,11 +1430,11 @@ public class ApiController {
|
|
|
});
|
|
|
}
|
|
|
|
|
|
- // 获取签到key
|
|
|
- if (CharSequenceUtil.isNotBlank(locationId)) {
|
|
|
- String cacheKey = String.format("user:sign:temp:%s:%s", id, locationId);
|
|
|
- redisTemplate.delete(cacheKey);
|
|
|
- }
|
|
|
+ // // 获取签到key
|
|
|
+ // if (CharSequenceUtil.isNotBlank(locationId)) {
|
|
|
+ // String cacheKey = String.format("user:sign:temp:%s:%s", id, locationId);
|
|
|
+ // redisTemplate.delete(cacheKey);
|
|
|
+ // }
|
|
|
|
|
|
}
|
|
|
|