Fix: 医生站getRequestBaseInfo接口报错,adm_charge_item表无content_json列导致UNION ALL查询失败

Bug #401: 门诊医生站完诊div_log审计日志修复,及getRequestBaseInfo SQL列引用错误修正
This commit is contained in:
wangjian963
2026-05-08 17:22:39 +08:00
parent 244703e6ac
commit 232261296f
2 changed files with 49 additions and 22 deletions

View File

@@ -547,7 +547,7 @@
CI.enterer_id AS requester_id,
CI.entered_date AS request_time,
CASE WHEN CI.enterer_id = #{practitionerId} THEN '1' ELSE '0' END AS biz_request_flag,
COALESCE(DR.content_json, CI.content_json) AS content_json,
DR.content_json AS content_json,
NULL AS skin_test_flag,
NULL AS inject_flag,
NULL AS group_id,