From be0ae3b4ff3ee4bc0691117eb47c4cdd5d2b74d7 Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Thu, 26 Feb 2026 13:17:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(dms):=20=E4=BF=AE=E5=A4=8DPDA=E5=85=B3?= =?UTF-8?q?=E6=9C=BA=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2=E7=9A=84SQL?= =?UTF-8?q?=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在where条件中为shut_end_time和shut_reason_id字段添加表别名前缀 - 在order by子句中为shut_begin_time字段添加表别名前缀 - 确保SQL查询语句的字段引用准确性 --- .../src/main/resources/mapper/dms/DmsRecordShutDownMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aucma-dms/src/main/resources/mapper/dms/DmsRecordShutDownMapper.xml b/aucma-dms/src/main/resources/mapper/dms/DmsRecordShutDownMapper.xml index efbbc0f..11daa79 100644 --- a/aucma-dms/src/main/resources/mapper/dms/DmsRecordShutDownMapper.xml +++ b/aucma-dms/src/main/resources/mapper/dms/DmsRecordShutDownMapper.xml @@ -136,8 +136,8 @@