From 933046f7fd7fa9104bc33862951d570d88d7e2df Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期二, 10 三月 2026 16:32:43 +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