|
|
|
@@ -349,7 +349,7 @@ |
|
|
|
<sql id="allMerchantVoColumns"> |
|
|
|
distinct m.id,m.img_url,m.name,m.link_phone,m.status,m.business_id, |
|
|
|
m.is_public,m.email,m.title,m.cover_picture,m.sub_business_id, |
|
|
|
m.shop_type,m.introduction,m.action_desc,bu.title as business_name,m.link_line_phone |
|
|
|
m.shop_type,m.introduction,m.action_desc,bu.title as business_name,m.link_line_phone,m.top_time |
|
|
|
</sql> |
|
|
|
|
|
|
|
<select id="getMerchantByCode" parameterType="java.util.Map" resultMap="MerchantVoResultMap"> |
|
|
|
@@ -396,6 +396,7 @@ |
|
|
|
<result column="introduction" jdbcType="VARCHAR" property="introduction"/> |
|
|
|
<result column="action_desc" jdbcType="VARCHAR" property="actionDesc"/> |
|
|
|
<result column="link_line_phone" property="linkLinePhone"/> |
|
|
|
<result column="top_time" property="linkLinePhone"/> |
|
|
|
|
|
|
|
<collection column="{merchantId=id}" property="shopVoList" |
|
|
|
ofType="com.iformall.domain.vo.WxShopVo" |
|
|
|
|