From d2dfc714ec44977ad6b7475a44aa750db40fa134 Mon Sep 17 00:00:00 2001 From: Ranyunqiao <2499115710@qq.com> Date: Tue, 7 Apr 2026 10:33:04 +0800 Subject: [PATCH] =?UTF-8?q?333=20=E9=97=A8=E8=AF=8A=E5=8C=BB=E7=94=9F?= =?UTF-8?q?=E7=AB=99=E5=BC=80=E7=AB=8B=E8=80=97=E6=9D=90=E5=8C=BB=E5=98=B1?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E7=B1=BB=E5=9E=8B=E8=AF=AF=E8=BD=AC=E4=B8=BA?= =?UTF-8?q?=E2=80=9C=E4=B8=AD=E6=88=90=E8=8D=AF=E2=80=9D=E4=B8=94=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E6=8A=A5=E9=94=99=20341=20=E9=97=A8=E8=AF=8A=E6=8C=82?= =?UTF-8?q?=E5=8F=B7=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../OutpatientRegistrationAppMapper.xml | 6 +- .../components/adviceBaseList.vue | 17 +-- .../prescription/prescriptionlist.vue | 108 ++++++++++++++++-- 3 files changed, 109 insertions(+), 22 deletions(-) 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