From 4849c3ddd2f8a0a82d2911284ac7cc5fddd25cf4 Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期三, 17 十二月 2025 11:53:00 +0800
Subject: [PATCH] 提交

---
 service/src/main/resources/mapper/cwgl/SmartLockerApplicationMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/service/src/main/resources/mapper/cwgl/SmartLockerApplicationMapper.xml b/service/src/main/resources/mapper/cwgl/SmartLockerApplicationMapper.xml
index 8936aac..102cc13 100644
--- a/service/src/main/resources/mapper/cwgl/SmartLockerApplicationMapper.xml
+++ b/service/src/main/resources/mapper/cwgl/SmartLockerApplicationMapper.xml
@@ -76,7 +76,7 @@
     </select>
     <select id="selectCwByLicensePlateNumber" resultType="java.lang.Integer">
 
-        SELECT `NAME` from tms_vehicle WHERE LICENSE_PLATE_NUMBER = #{licensePlateNumber} and BE_DELETE =0 order by id asc LIMIT 1
+        SELECT `car_key_no` from tms_vehicle WHERE license_plate = #{licensePlateNumber} and status =0 order by id asc LIMIT 1
     </select>
 
     <!-- 鏂板 -->

--
Gitblit v1.8.0