|
@@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<result property="configName" column="config_name"/>
|
|
<result property="configName" column="config_name"/>
|
|
<result property="mainImg" column="main_img"/>
|
|
<result property="mainImg" column="main_img"/>
|
|
<result property="businessId" column="businessId"/>
|
|
<result property="businessId" column="businessId"/>
|
|
- <result property="educationTypeId" column="educationTypeId"/>
|
|
|
|
|
|
+ <result property="educationType" column="educationType"/>
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.goods.vo.GoodsConfigVo" id="GoodsResultVo">
|
|
<resultMap type="com.zhongzheng.modules.goods.vo.GoodsConfigVo" id="GoodsResultVo">
|
|
@@ -213,7 +213,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
obc.main_img,
|
|
obc.main_img,
|
|
any_value ( obc.config_name ) config_name,
|
|
any_value ( obc.config_name ) config_name,
|
|
group_concat( bcg.goods_ids ) goods_ids,
|
|
group_concat( bcg.goods_ids ) goods_ids,
|
|
- cet.id AS educationTypeId,
|
|
|
|
|
|
+ cet.id AS educationType,
|
|
cet.education_name,
|
|
cet.education_name,
|
|
cb.business_name,
|
|
cb.business_name,
|
|
cb.id AS businessId,
|
|
cb.id AS businessId,
|