|
@@ -55,6 +55,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="createBy" column="create_by"/>
|
|
|
<result property="goodsType" column="goods_type"/>
|
|
|
<result property="gradeId" column="grade_id"/>
|
|
|
+ <result property="coverUrl" column="cover_url"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<select id="selectList" parameterType="com.zhongzheng.modules.order.bo.OrderGoodsQueryBo" resultMap="OrderGoodsResultVo">
|
|
@@ -63,6 +64,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
g.`code`,
|
|
|
g.goods_name,
|
|
|
g.goods_type,
|
|
|
+ g.cover_url,
|
|
|
cet.education_name,
|
|
|
cpt.project_name,
|
|
|
cb.business_name
|