提示词

This commit is contained in:
Flow 2025-08-15 14:19:02 +08:00
parent 11b22c26c4
commit 9e1cd526a2

View File

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