From 3f75f348b316f7466504859da88d4f8ecbae8293 Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期四, 08 一月 2026 13:55:37 +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