兴安优化提交

This commit is contained in:
zc
2025-07-24 11:03:31 +08:00
parent 83c996a34b
commit 2625943fee
6 changed files with 36 additions and 44 deletions

View File

@@ -162,5 +162,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where ci.plate = #{plate} and ci.del_flag=0
limit 1
</select>
<select id="selectCarInfoByPlate" resultMap="CarInfoResult">
select
*
from car_info
where plate = #{plate}
</select>
</mapper>