|
@@ -13,6 +13,7 @@
|
|
<result column="quantity" property="quantity" />
|
|
<result column="quantity" property="quantity" />
|
|
<result column="sale_qty" property="saleQty" />
|
|
<result column="sale_qty" property="saleQty" />
|
|
<result column="box_price" property="boxPrice" />
|
|
<result column="box_price" property="boxPrice" />
|
|
|
|
+ <result column="box_sale_price" property="boxSalePrice" />
|
|
<result column="pkg_unit" property="pkgUnit" />
|
|
<result column="pkg_unit" property="pkgUnit" />
|
|
<result column="pkg_qty" property="pkgQty" />
|
|
<result column="pkg_qty" property="pkgQty" />
|
|
<result column="sale_pkg_qty" property="salePkgQty" />
|
|
<result column="sale_pkg_qty" property="salePkgQty" />
|
|
@@ -26,7 +27,7 @@
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
<!-- 通用查询结果列 -->
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
- box_id, title, pic_url, category, description, type, quantity, sale_qty, box_price, pkg_unit, pkg_qty, sale_pkg_qty, face_price, sale_price, sale_comm_rate, status, created_time, updated_time
|
|
|
|
|
|
+ box_id, title, pic_url, category, description, type, quantity, sale_qty, box_price, box_sale_price, pkg_unit, pkg_qty, sale_pkg_qty, face_price, sale_price, sale_comm_rate, status, created_time, updated_time
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
-</mapper>
|
|
|
|
|
|
+</mapper>
|