门诊查询添加 支付类型和挂号时间
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user