From 9e1cd526a2764876b25ef400fe3c6f9d51cdf89b Mon Sep 17 00:00:00 2001 From: Flow <958079825@qq.com> Date: Fri, 15 Aug 2025 14:19:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/ecgworkstation/EcgworkstationController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/ecgworkstation/EcgworkstationController.java b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/ecgworkstation/EcgworkstationController.java index 83c2536..e2401c1 100644 --- a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/ecgworkstation/EcgworkstationController.java +++ b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/ecgworkstation/EcgworkstationController.java @@ -148,7 +148,7 @@ public class EcgworkstationController { result.setMsg("PDF地址查询成功"); return result; } else { - return CommonResult.error(404, "未找到匹配的记录"); + return CommonResult.error(404, "报告未生成"); } } catch (Exception e) { return CommonResult.error(400, "查询失败: " + e.getMessage());