From a84d04a9bcebf43581b7d9589a1e8015c73e67fb Mon Sep 17 00:00:00 2001
From: lishiwei <3230787218@qq.com>
Date: Thu, 14 May 2026 17:08:12 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=8C=E7=BA=A7=E8=BD=A6?=
=?UTF-8?q?=E8=BE=86=E6=9F=A5=E8=AF=A2=E8=AF=AD=E5=8F=A5=E5=88=AB=E5=90=8D?=
=?UTF-8?q?=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/ClosedAreaCarApplyMapper.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web-infrastructure/src/main/resources/mapper/ClosedAreaCarApplyMapper.xml b/web-infrastructure/src/main/resources/mapper/ClosedAreaCarApplyMapper.xml
index ec268a7..aca081e 100644
--- a/web-infrastructure/src/main/resources/mapper/ClosedAreaCarApplyMapper.xml
+++ b/web-infrastructure/src/main/resources/mapper/ClosedAreaCarApplyMapper.xml
@@ -88,7 +88,7 @@
AND caca.visit_start_time <= DATE_FORMAT( now(), '%Y-%m-%d' )
and caca.audit_flag = 2
- AND c.licence_no = #{licenceNo}
+ AND caca.licence_no = #{licenceNo}
GROUP BY
caca.licence_no,
@@ -125,7 +125,7 @@
AND caca.visit_start_time <= DATE_FORMAT( now(), '%Y-%m-%d' )
and caca.audit_flag = 2
- AND c.licence_no = #{licenceNo}
+ AND caca.licence_no = #{licenceNo}
GROUP BY
caca.licence_no,