Files
his/openhis-server-new/openhis-application/src
zhangfei 47a12e03e3 Fix Bug #443: 手术计费:点击签发耗材时异常报错
门诊手术计费生成的耗材在请求基础信息接口中返回的 status_enum 和
content_json 均为 NULL,导致前端无法正确识别"待签发"状态且在签发
时丢失 adviceType 分类信息。

修复:从已 JOIN 的 wor_device_request 表中获取真实的 status_enum
和 content_json 字段,使用 COALESCE 回退到 adm_charge_item。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 23:14:04 +08:00
..