|
|
@@ -40,6 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="goodsPhotographConfig" column="goods_photograph_config"/>
|
|
|
<result property="goodsPlayConfig" column="goods_play_config"/>
|
|
|
<result property="goodsExamConfig" column="goods_exam_config"/>
|
|
|
+ <result property="handoutsId" column="handouts_id"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.goods.vo.GoodsVo" id="GoodsResultVo">
|
|
|
@@ -84,6 +85,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="businessName" column="business_name"/>
|
|
|
<result property="schoolName" column="school_name"/>
|
|
|
<result property="categoryName" column="category_name"/>
|
|
|
+ <result property="handoutsId" column="handouts_id"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<select id="selectList" parameterType="com.zhongzheng.modules.goods.bo.GoodsQueryBo" resultMap="GoodsResultVo">
|