|
|
|
@@ -64,7 +64,7 @@ |
|
|
|
|
|
|
|
<sql id="allMerchantVoColumns"> |
|
|
|
m.id,m.img_url,m.name,m.link_phone,m.status,m.business_id,m.sub_business_id, |
|
|
|
cm.parameter |
|
|
|
cm.parameter,m.link_line_phone |
|
|
|
</sql> |
|
|
|
|
|
|
|
<resultMap id="MerchantVoResultMap" type="com.iformall.domain.vo.WxMerchantVo"> |
|
|
|
@@ -76,6 +76,7 @@ |
|
|
|
<result column="business_id" jdbcType="INTEGER" property="businessId"/> |
|
|
|
<result column="sub_business_id" jdbcType="INTEGER" property="subBusinessId"/> |
|
|
|
<result column="parameter" jdbcType="VARCHAR" property="parameter"/> |
|
|
|
<result column="link_line_phone" property="linkLinePhone"/> |
|
|
|
|
|
|
|
<collection column="{merchantId=id}" property="shopVoList" |
|
|
|
ofType="com.iformall.domain.vo.WxShopVo" |
|
|
|
|