兴安优化提交
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user