|
|
@@ -110,7 +110,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
|
|
|
|
<!-- 分页查询产品池商品列表 -->
|
|
|
- <select id="selectPoolProductPage" resultMap="ProductPoolLinkResult">
|
|
|
+ <select id="selectPoolProductPage" resultType="org.dromara.product.domain.vo.ProductPoolLinkVo">
|
|
|
<include refid="selectProductPoolLinkVo"/>
|
|
|
<where>
|
|
|
<!-- 池ID -->
|
|
|
@@ -160,7 +160,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
|
|
|
|
<!-- 根据ID查询 -->
|
|
|
- <select id="selectVoById" resultMap="ProductPoolLinkResult">
|
|
|
+ <select id="selectVoById" resultType="org.dromara.product.domain.vo.ProductPoolLinkVo">
|
|
|
<include refid="selectProductPoolLinkVo"/>
|
|
|
where ppl.id = #{id}
|
|
|
</select>
|