diff --git a/openhis-server-new/openhis-application/src/main/resources/mapper/chargemanage/OutpatientRegistrationAppMapper.xml b/openhis-server-new/openhis-application/src/main/resources/mapper/chargemanage/OutpatientRegistrationAppMapper.xml index 26ce80db..21cf9472 100644 --- a/openhis-server-new/openhis-application/src/main/resources/mapper/chargemanage/OutpatientRegistrationAppMapper.xml +++ b/openhis-server-new/openhis-application/src/main/resources/mapper/chargemanage/OutpatientRegistrationAppMapper.xml @@ -84,7 +84,7 @@ T8.gender_enum AS gender_enum, T8.id_card AS id_card, T1.status_enum AS status_enum, - T1.create_time AS register_time, + T1.create_time AS "register_time", T10.total_price, T11."name" AS account_name, T12."name" AS enterer_name, diff --git a/openhis-server-new/openhis-application/src/main/resources/mapper/doctorstation/DoctorStationMainAppMapper.xml b/openhis-server-new/openhis-application/src/main/resources/mapper/doctorstation/DoctorStationMainAppMapper.xml index 34c04c8e..832f39f7 100644 --- a/openhis-server-new/openhis-application/src/main/resources/mapper/doctorstation/DoctorStationMainAppMapper.xml +++ b/openhis-server-new/openhis-application/src/main/resources/mapper/doctorstation/DoctorStationMainAppMapper.xml @@ -49,7 +49,7 @@ T8.phone AS phone, T8.birth_date AS birth_date, T1.status_enum AS status_enum, - T1.create_time AS register_time, + T1.create_time AS "register_time", T1.reception_time AS reception_time, T1.organization_id AS org_id, T8.bus_no AS bus_no, diff --git a/openhis-server-new/openhis-application/src/main/resources/mapper/tencentJH/TencentAppMapper.xml b/openhis-server-new/openhis-application/src/main/resources/mapper/tencentJH/TencentAppMapper.xml index 2d163450..d180d84c 100644 --- a/openhis-server-new/openhis-application/src/main/resources/mapper/tencentJH/TencentAppMapper.xml +++ b/openhis-server-new/openhis-application/src/main/resources/mapper/tencentJH/TencentAppMapper.xml @@ -43,7 +43,7 @@ T8.gender_enum AS gender_enum, T8.id_card AS id_card, T1.status_enum AS status_enum, - T1.create_time AS register_time, + T1.create_time AS "register_time", T10.total_price, T11."name" AS account_name, T12."name" AS enterer_name, @@ -140,7 +140,7 @@ T8.phone AS phone, T8.birth_date AS birth_date, T1.status_enum AS status_enum, - T1.create_time AS register_time, + T1.create_time AS "register_time", T1.reception_time AS reception_time, T1.organization_id AS org_id, T8.bus_no AS bus_no,