REQ-3540: 修改提示信息
This commit is contained in:
parent
9fbed2eaf4
commit
9997b11f51
@ -35,7 +35,7 @@ public class AsyncUtils {
|
||||
return result;
|
||||
}
|
||||
catch (CannotAcquireLockException e) {
|
||||
String message = String.format("%s等待超时, 请稍后刷新页面重试", op);
|
||||
String message = String.format("%s等待超时, 请稍后重试", op);
|
||||
log.warn(message, e);
|
||||
throw fail(message);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user