|
@@ -19,6 +19,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="changeStatus" column="change_status"/>
|
|
|
<result property="text" column="text"/>
|
|
|
<result property="auditTime" column="audit_time"/>
|
|
|
+ <result property="orderGoodsId" column="order_goods_id"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.base.vo.UserProfileVo" id="UserProfileVo">
|
|
@@ -43,6 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="businessName" column="business_name"/>
|
|
|
<result property="text" column="text"/>
|
|
|
<result property="auditTime" column="audit_time"/>
|
|
|
+ <result property="orderGoodsId" column="order_goods_id"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<select id="selectUserProfile" parameterType="com.zhongzheng.modules.base.bo.UserProfileQueryBo" resultMap="UserProfileVo">
|