From bbc740b6ce73e5dabe9c84107b702c9bba396b86 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E4=BA=91?= <赵云@gentronhealth.com>
Date: Mon, 11 May 2026 14:06:53 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=8C=E5=85=A8=E5=9B=9E=E9=80=80=20B?=
=?UTF-8?q?ug=20#497=20=E5=BC=95=E5=85=A5=E7=9A=84=20drf.status=20?=
=?UTF-8?q?=E5=AD=97=E6=AE=B5=EF=BC=88=E6=95=B0=E6=8D=AE=E5=BA=93=E4=B8=8D?=
=?UTF-8?q?=E5=AD=98=E5=9C=A8=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mapper/regdoctorstation/RequestFormManageAppMapper.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/openhis-server-new/openhis-application/src/main/resources/mapper/regdoctorstation/RequestFormManageAppMapper.xml b/openhis-server-new/openhis-application/src/main/resources/mapper/regdoctorstation/RequestFormManageAppMapper.xml
index fa786303..f960289b 100755
--- a/openhis-server-new/openhis-application/src/main/resources/mapper/regdoctorstation/RequestFormManageAppMapper.xml
+++ b/openhis-server-new/openhis-application/src/main/resources/mapper/regdoctorstation/RequestFormManageAppMapper.xml
@@ -12,7 +12,6 @@
drf.desc_json,
drf.requester_id,
drf.create_time,
- drf.status,
ap.NAME AS patient_name
FROM doc_request_form AS drf
LEFT JOIN adm_encounter AS ae ON ae.ID = drf.encounter_id
@@ -28,9 +27,6 @@
AND drf.create_time <= (#{endDate}::date + INTERVAL '1 day' - INTERVAL '1 second')
-
- AND drf.status = #{status}::integer
-
AND (drf.prescription_no LIKE CONCAT('%', #{keyword}, '%')
OR EXISTS (