REQ-3540: 修改提示信息
This commit is contained in:
parent
6bc47ae13d
commit
9fbed2eaf4
@ -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