This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhenggm
/
smtweb2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
系统:拦截器调整,统一异常处理,防重复提交指纹
4.0
郑根木
2 years ago
parent
01ba683554
commit
1e916dc40d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
smtweb-framework/core/src/main/java/cc/smtweb/framework/core/session/SessionUtil.java
+ 1
- 1
smtweb-framework/core/src/main/java/cc/smtweb/framework/core/session/SessionUtil.java
View File
@@ -197,7 +197,7 @@ public class SessionUtil {
cache.put(fpKey + "_" + fpk, ai);
}
r.put(KEY_PARAM_FP_KEY, fpk);
r.put(KEY_PARAM_FP_VAL, ai.
getAndIncremen
t());
r.put(KEY_PARAM_FP_VAL, ai.
incrementAndGe
t());
}
}
Write
Preview
Loading…
Cancel
Save