From a2c18aed7da4b84e118ae2f3a28779607d5ecff7 Mon Sep 17 00:00:00 2001 From: 艾金辉 <1144154118@qq.com> Date: 星期六, 22 七月 2023 09:39:47 +0800 Subject: [PATCH] 根据carId获取车辆 --- ard-work/src/main/resources/mapper/sy/ArdSyCarMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ard-work/src/main/resources/mapper/sy/ArdSyCarMapper.xml b/ard-work/src/main/resources/mapper/sy/ArdSyCarMapper.xml index 35d3c4b..185cbd9 100644 --- a/ard-work/src/main/resources/mapper/sy/ArdSyCarMapper.xml +++ b/ard-work/src/main/resources/mapper/sy/ArdSyCarMapper.xml @@ -103,6 +103,6 @@ </select> <select id="carListById" parameterType="String" resultMap="ArdSyCarResult"> - select * from ard_sy_car where id = #{id} + select * from ard_sy_car where car_id = #{carId} </select> </mapper> \ No newline at end of file -- Gitblit v1.9.3