From 3fa2221feb0de6d43f5cad8e8bab7463b39c1dda Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期一, 29 十二月 2025 16:57:53 +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