<!-- 查询信息列表 -->
<select id="selecteInfoList" parameterType="com.domain.Info" resultMap="InfoResult">
<include refid="selectInfoVo"/>
<where>
Mysql和Oracle的mybatis中like模糊查询
最新推荐文章于 2025-04-22 15:49:43 发布
<!-- 查询信息列表 -->
<select id="selecteInfoList" parameterType="com.domain.Info" resultMap="InfoResult">
<include refid="selectInfoVo"/>
<where>