blob: 2c9abe41d977ea215cf0c7bad7fe20e5c0faa2b5 [file] [log] [blame]
2230111590135d72025-06-03 17:11:40 +08001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
3 "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
4<mapper namespace="com.example.myproject.mapper.FavoriteMapper">
Krishyab0cc1882025-06-09 10:54:09 +08005 <select id="selectByUserId" resultType="com.example.myproject.entity.FavoriteEntity"> SELECT * FROM favorite WHERE user_id = #{userId} </select>
2230111590135d72025-06-03 17:11:40 +08006</mapper>