REQ-3540: 修改提示信息

This commit is contained in:
yanglin 2025-04-01 15:39:51 +08:00
parent 9fbed2eaf4
commit 9997b11f51

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