|
@@ -21,6 +21,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<result property="currentStatus" column="current_status"/>
|
|
<result property="currentStatus" column="current_status"/>
|
|
<result property="orderGoodsId" column="order_goods_id"/>
|
|
<result property="orderGoodsId" column="order_goods_id"/>
|
|
<result property="photo" column="photo"/>
|
|
<result property="photo" column="photo"/>
|
|
|
|
+ <result property="fromPlat" column="from_plat"/>
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.user.vo.GoodsStudyRecordVo" id="GoodsStudyRecordVoResult">
|
|
<resultMap type="com.zhongzheng.modules.user.vo.GoodsStudyRecordVo" id="GoodsStudyRecordVoResult">
|