提示词
This commit is contained in:
parent
11b22c26c4
commit
9e1cd526a2
@ -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());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user