|
@@ -45,7 +45,7 @@
|
|
|
<sql id="Base_Column_List_JOIN">
|
|
<sql id="Base_Column_List_JOIN">
|
|
|
tmgs.price_other,tmgs.sku_id, tmgs.sku_code, tmgs.sku_name, tmgs.sku_model, tmgs.brand_id, tmgs.category_id, tmgs.unit_id, tmgs.sub_unit_id,
|
|
tmgs.price_other,tmgs.sku_id, tmgs.sku_code, tmgs.sku_name, tmgs.sku_model, tmgs.brand_id, tmgs.category_id, tmgs.unit_id, tmgs.sub_unit_id,
|
|
|
tmgs.conversion_factor, tmgs.series_id, tmgs.sku_spec, tmgs.price_purchase, tmgs.price_standard,
|
|
tmgs.conversion_factor, tmgs.series_id, tmgs.sku_spec, tmgs.price_purchase, tmgs.price_standard,
|
|
|
- tmgs.price_wholesale, tmgs.price_limited, tmgs.price_other,tmgs.sku_images, tmgs.remarks, tmgs.flg_valid, tmgs.cp_id
|
|
|
|
|
|
|
+ tmgs.pack_box, tmgs.price_wholesale, tmgs.price_limited, tmgs.price_other,tmgs.sku_images, tmgs.remarks, tmgs.flg_valid, tmgs.cp_id
|
|
|
</sql>
|
|
</sql>
|
|
|
<resultMap id="BaseResultMapResponse" type="com.dk.mdm.model.response.mst.GoodsSkuResponse">
|
|
<resultMap id="BaseResultMapResponse" type="com.dk.mdm.model.response.mst.GoodsSkuResponse">
|
|
|
<id column="sku_id" property="skuId"/>
|
|
<id column="sku_id" property="skuId"/>
|
|
@@ -65,6 +65,7 @@
|
|
|
<result column="price_other" property="priceOther"/>
|
|
<result column="price_other" property="priceOther"/>
|
|
|
<result column="price_limited" property="priceLimited"/>
|
|
<result column="price_limited" property="priceLimited"/>
|
|
|
<result column="price_other" property="priceOther"/>
|
|
<result column="price_other" property="priceOther"/>
|
|
|
|
|
+ <result column="pack_box" property="packBox"/>
|
|
|
|
|
|
|
|
<result column="sku_images" property="skuImages" typeHandler="JsonTypeHandler"/>
|
|
<result column="sku_images" property="skuImages" typeHandler="JsonTypeHandler"/>
|
|
|
<result column="remarks" property="remarks"/>
|
|
<result column="remarks" property="remarks"/>
|