状态校验修改
This commit is contained in:
parent
d6dcb8eeee
commit
d3ae230c83
|
|
@ -91,7 +91,7 @@ public class DebounceAspect {
|
||||||
try {
|
try {
|
||||||
return joinPoint.proceed();
|
return joinPoint.proceed();
|
||||||
}catch (Exception e) {
|
}catch (Exception e) {
|
||||||
if (e instanceof SqxException && ((SqxException) e).getCode() == 403) {
|
if (e instanceof SqxException && ((SqxException) e).getCode() == 407) {
|
||||||
methodExecutionTimeMap.remove(targetValue);
|
methodExecutionTimeMap.remove(targetValue);
|
||||||
}
|
}
|
||||||
throw e;
|
throw e;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue