门诊查询添加 支付类型和挂号时间

This commit is contained in:
Wang.Huan
2025-03-30 13:14:06 +08:00
parent b32bd56da5
commit 8909e48ea0
3 changed files with 17 additions and 3 deletions

View File

@@ -15,7 +15,9 @@
T10.birth_date,
T10.status_enum,
T10.allergy_history_flag,
T10.account_id
T10.account_id,
T10.type_code,
T10.register_time
from
(
SELECT T1.tenant_id AS tenant_id,
@@ -26,6 +28,7 @@
T5.user_id AS practitioner_user_id,
T5.NAME AS practitioner_name,
T6.id AS account_id,
T6.type_code AS type_code,
T7.contract_name AS contract_name,
T8.ID AS patient_id,
T8.NAME AS patient_name,