From fb859e6674c94ffef3585eab2d6077e80cdf2a4f Mon Sep 17 00:00:00 2001 From: liuhongrui Date: Wed, 19 Mar 2025 11:01:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E8=AF=8A=E8=BE=93=E6=B6=B2=20up?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../appservice/IOutpatientInfusionRecordService.java | 2 +- .../appservice/impl/OutpatientInfusionRecordServiceImpl.java | 2 +- .../controller/OutpatientInfusionRecordController.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/appservice/IOutpatientInfusionRecordService.java b/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/appservice/IOutpatientInfusionRecordService.java index 7782c4ea..f918a6ec 100644 --- a/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/appservice/IOutpatientInfusionRecordService.java +++ b/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/appservice/IOutpatientInfusionRecordService.java @@ -27,7 +27,7 @@ public interface IOutpatientInfusionRecordService { OutpatientInfusionSearchParam outpatientInfusionSearchParam, Integer pageNo, Integer pageSize); /** - * 点击患者,执行该患者的输液记录 + * 点击患者,查询该患者的输液记录 * * @param outpatientInfusionPatientDto 患者输液信息 * @return 当前患者门诊输液待执行列表 diff --git a/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/appservice/impl/OutpatientInfusionRecordServiceImpl.java b/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/appservice/impl/OutpatientInfusionRecordServiceImpl.java index e7c70372..af74229b 100644 --- a/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/appservice/impl/OutpatientInfusionRecordServiceImpl.java +++ b/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/appservice/impl/OutpatientInfusionRecordServiceImpl.java @@ -125,7 +125,7 @@ public class OutpatientInfusionRecordServiceImpl implements IOutpatientInfusionR } /** - * 点击患者,执行该患者的输液记录 + * 点击患者,查询该患者的输液记录 * * @param outpatientInfusionPatientDto 患者输液信息 * @return 当前患者门诊输液待执行列表 diff --git a/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/controller/OutpatientInfusionRecordController.java b/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/controller/OutpatientInfusionRecordController.java index 0fb90024..3d3efc8f 100644 --- a/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/controller/OutpatientInfusionRecordController.java +++ b/openhis-server/openhis-application/src/main/java/com/openhis/web/outpatientmanage/controller/OutpatientInfusionRecordController.java @@ -48,7 +48,7 @@ public class OutpatientInfusionRecordController { } /** - * 点击患者,执行该患者的输液记录 + * 点击患者,查询该患者的输液记录 * * @param outpatientInfusionPatientDto 患者输液信息 * @return 当前患者门诊输液待执行列表