From 3cecafc7239eaee3d448a6c989976d8fc6036bc0 Mon Sep 17 00:00:00 2001 From: ccsens_zhengzhichuan Date: Tue, 25 Nov 2025 18:08:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=90=8E=E5=8F=B0=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E8=AF=8A=E7=96=97=E6=A1=A3=E6=A1=88=E5=86=99=E6=AD=BB?= =?UTF-8?q?=E7=9A=84=E7=8A=B6=E6=80=81=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/dao/PmsTreatmentDao.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/acupuncture-system/src/main/resources/mapper/dao/PmsTreatmentDao.xml b/acupuncture-system/src/main/resources/mapper/dao/PmsTreatmentDao.xml index 38bed4385..d27f7b051 100644 --- a/acupuncture-system/src/main/resources/mapper/dao/PmsTreatmentDao.xml +++ b/acupuncture-system/src/main/resources/mapper/dao/PmsTreatmentDao.xml @@ -120,7 +120,6 @@ left join rms_report_management m on m.id = t.management_id where t.del_flag = 0 - and t.status = 2 AND t.tenant_id = #{query.tenantId}