|
@@ -101,7 +101,8 @@
|
|
<collection property="goodsList" resultMap="com.ym.mec.biz.dal.dao.GoodsDao.Goods" columnPrefix="g_" />
|
|
<collection property="goodsList" resultMap="com.ym.mec.biz.dal.dao.GoodsDao.Goods" columnPrefix="g_" />
|
|
</resultMap>
|
|
</resultMap>
|
|
<select id="findGoodsGroup" resultMap="findGoodsGroupMap">
|
|
<select id="findGoodsGroup" resultMap="findGoodsGroupMap">
|
|
- SELECT mgs.*, g.id_ g_id_,g.name_ g_name_,g.image_ g_image_,g.brief_ g_brief_, g.group_purchase_price_ g_group_purchase_price_,g.market_price_ g_market_price_,g.complement_goods_id_list_
|
|
|
|
|
|
+ SELECT mgs.*, g.id_ g_id_,g.name_ g_name_,g.image_ g_image_,g.brief_ g_brief_, g.group_purchase_price_ g_group_purchase_price_,
|
|
|
|
+ g.specification_ g_specification_,g.brand_ g_brand,g.desc_ g_desc, g.market_price_ g_market_price_,g.complement_goods_id_list_
|
|
g_complement_goods_id_list_
|
|
g_complement_goods_id_list_
|
|
FROM music_group_subject_goods_group mgs,goods g
|
|
FROM music_group_subject_goods_group mgs,goods g
|
|
WHERE FIND_IN_SET (g.id_ ,mgs.goods_id_list_)
|
|
WHERE FIND_IN_SET (g.id_ ,mgs.goods_id_list_)
|