|
@@ -41,6 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="goodsPlayConfig" column="goods_play_config"/>
|
|
|
<result property="goodsExamConfig" column="goods_exam_config"/>
|
|
|
<result property="handoutsId" column="handouts_id"/>
|
|
|
+ <result property="studyChance" column="study_chance"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.goods.vo.GoodsVo" id="GoodsResultVo">
|
|
@@ -80,6 +81,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="goodsAuditionExamConfig" column="goods_audition_exam_config"/>
|
|
|
<result property="goodsPlayConfig" column="goods_play_config"/>
|
|
|
<result property="goodsExamConfig" column="goods_exam_config"/>
|
|
|
+ <result property="studyChance" column="study_chance"/>
|
|
|
|
|
|
<result property="supplyName" column="supply_name"/>
|
|
|
<result property="educationName" column="education_name"/>
|