|
@@ -22,7 +22,7 @@
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<!-- 通用查询映射结果 -->
|
|
<!-- 通用查询映射结果 -->
|
|
- <resultMap id="BaseResultWrapper" type="com.diagbot.entity.wrapper.OpendProductWrapper">
|
|
|
|
|
|
+ <resultMap id="BaseResultWrapper" type="com.diagbot.dto.OpendProductDTO">
|
|
<id column="id" property="id"/>
|
|
<id column="id" property="id"/>
|
|
<result column="product_id" property="productId"/>
|
|
<result column="product_id" property="productId"/>
|
|
<result column="user_id" property="userId"/>
|
|
<result column="user_id" property="userId"/>
|