REQ-3540: 修改提示信息

This commit is contained in:
yanglin 2025-04-01 15:39:44 +08:00
parent 6bc47ae13d
commit 9fbed2eaf4

View File

@ -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);
}