|
|
|
@@ -121,7 +121,7 @@ |
|
|
|
<sql id="allMerchantVoColumns"> |
|
|
|
m.id,m.img_url,m.name,m.link_phone,m.status,m.business_id,m.sub_business_id, |
|
|
|
m.is_public,m.email,m.title,m.cover_picture,b.name as brand_name,b.logo as brand_img, |
|
|
|
m.shop_type,bu.title as business_name |
|
|
|
m.shop_type,bu.title as business_name,b.summary |
|
|
|
</sql> |
|
|
|
|
|
|
|
<select id="getMerchantByCode" parameterType="java.util.Map" resultMap="MerchantVoResultMap"> |
|
|
|
@@ -161,6 +161,7 @@ |
|
|
|
|
|
|
|
<result column="brand_name" jdbcType="VARCHAR" property="brandName"/> |
|
|
|
<result column="brand_img" jdbcType="VARCHAR" property="brandImg"/> |
|
|
|
<result column="summary" jdbcType="VARCHAR" property="summary"/> |
|
|
|
|
|
|
|
<result column="business_name" jdbcType="VARCHAR" property="businessName"/> |
|
|
|
|
|
|
|
|