|
@@ -12,6 +12,7 @@
|
|
<result column="origin_price" property="originPrice" />
|
|
<result column="origin_price" property="originPrice" />
|
|
<result column="exchange_price" property="exchangePrice" />
|
|
<result column="exchange_price" property="exchangePrice" />
|
|
<result column="value" property="value" />
|
|
<result column="value" property="value" />
|
|
|
|
+ <result column="cost" property="cost" />
|
|
<result column="quantity" property="quantity" />
|
|
<result column="quantity" property="quantity" />
|
|
<result column="exchanged_qty" property="exchangedQty" />
|
|
<result column="exchanged_qty" property="exchangedQty" />
|
|
<result column="status" property="status" />
|
|
<result column="status" property="status" />
|
|
@@ -24,7 +25,7 @@
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
<!-- 通用查询结果列 -->
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
- goods_id, title, category_id, pic_url, description, origin_price, exchange_price, value, quantity, exchanged_qty, status, exchange_show, multi_sku, is_deleted, created_time, updated_time
|
|
|
|
|
|
+ goods_id, title, category_id, pic_url, description, origin_price, exchange_price, value, cost, quantity, exchanged_qty, status, exchange_show, multi_sku, is_deleted, created_time, updated_time
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|