wlzboy
4 天以前 06a17c236d4cb9b8da75fce43af938cb7ea510bf
ruoyi-system/src/main/resources/mapper/system/VehicleInfoMapper.xml
@@ -131,6 +131,7 @@
    <select id="selectVehicleInfoByPlateNumber" parameterType="String" resultMap="VehicleInfoResult">
        <include refid="selectVehicleInfoVo"/>
        where v.vehicle_no LIKE concat('%', #{plateNumber}, '%')
        limit 1
    </select>
    <select id="selectVehicleInfoByVehicleNo" parameterType="String" resultMap="VehicleInfoResult">