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 204f0093..59ae1966 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 @@ -59,7 +59,7 @@ T9.gender_enum AS genderEnum, T9.id_card AS idCard, T9.status_enum AS statusEnum, - T9.register_time AS registerTime, + T9.register_time AS register_time, T9.total_price AS totalPrice, T9.account_name AS accountName, T9.enterer_name AS entererName, @@ -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 registerTime, + T1.create_time AS register_time, T10.total_price, T11."name" AS account_name, T12."name" AS enterer_name, @@ -178,7 +178,7 @@ AND T10.context_enum = #{register} ) AS T9 ${ew.customSqlSegment} - ORDER BY T9.registerTime DESC + ORDER BY T9.register_time DESC