‘liusuyi’
2023-07-22 20be3330cc7d420bac5233bcd2e832d0bd61f53c
ard-work/src/main/resources/mapper/sy/ArdSyCarMapper.xml
@@ -101,4 +101,8 @@
            #{id}
        </foreach>
    </select>
    <select id="carListById" parameterType="String" resultMap="ArdSyCarResult">
        select * from ard_sy_car where id = #{id}
    </select>
</mapper>