This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix
release_toaliyun_real
xiaohanzi
6 years ago
parent
ab7d0050d7
commit
470fee3ce3
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
mallinkCApi/src/main/java/com/iformall/aop/RedisCacheAspect.java
+ 0
- 1
mallinkCApi/src/main/java/com/iformall/aop/RedisCacheAspect.java
View File
@@ -140,7 +140,6 @@ public class RedisCacheAspect {
stringRedisTemplate.opsForHash().increment("hotapi", redisKey, 1);
}
return result;
return null;
}
private Object parseCache(ProceedingJoinPoint jp, String redisKey, String value) {
Write
Preview
Loading…
Cancel
Save