












<resultMap type="com.xxx.my.bean.OrderItemComment" id="orderItemResult">
<id column="id" property="id"/>
<result column="_productCode" property="productCode"/>
<result column="_productCategoryId" property="productCategoryId"/>
<collection property="commentList" column="{productCode=_productCode,userId=userId,orderId=orderId}" select="com.xxx.my.mapper.erp.ReCommentMapper.queryCommentByUIDOIDPID"></collection>
<collection property="commentTagList" column="_productCategoryId" select="com.xxx.my.mapper.erp.ReCommentTagMapper.queryCommentTagsByCategoryId"></collection>
</resultMap>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。