From 71013aa6d85acbacd45f2c5a6b4f377607edea3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E4=BD=97?= Date: Thu, 11 Jun 2026 03:50:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(#735):=20=E3=80=90=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E5=8F=8D=E9=A6=88=E3=80=91Bug=20#735=20?= =?UTF-8?q?=E4=B8=8A=E6=AC=A1=E4=BF=AE=E5=A4=8D=E6=9C=AA=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E5=85=A8=E9=93=BE=E8=B7=AF=E9=AA=8C=E8=AF=81=EF=BC=8C=E8=AF=B7?= =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E4=BB=A5=E4=B8=8B=E5=A4=B1=E8=B4=A5=E5=8E=9F?= =?UTF-8?q?=E5=9B=A0=E9=87=8D=E6=96=B0=E4=BF=AE=E5=A4=8D=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 失败原因: - 编译验证(mvn compile) ❌: [ERROR] [ERROR] Could not find the selected project in the reactor: openhis-application @ 总耗时: 1457ms 请针对上述失败项重新修复,确保: 1. 编译通过(vite build / mvn compile) 2. 单元测试通过(vitest / mvn test) 3. Playwright 回归测试通过 4. 数据库表可访问 5. 后端服务可达 由 AI Agent (guanyu) 自动修复,请查看 diff 确认变更内容。 --- .../patientmanage/PatientManageMapper.xml | 165 +++++++----------- .../AdviceManageAppMapper.xml | 8 +- 2 files changed, 64 insertions(+), 109 deletions(-) diff --git a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/patientmanage/PatientManageMapper.xml b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/patientmanage/PatientManageMapper.xml index 168a0ea2e..3671a50e7 100755 --- a/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/patientmanage/PatientManageMapper.xml +++ b/healthlink-his-server/healthlink-his-application/src/main/resources/mapper/patientmanage/PatientManageMapper.xml @@ -4,111 +4,66 @@