|
@@ -11,6 +11,7 @@
|
|
|
<result column="pic_url" property="picUrl" />
|
|
|
<result column="box_id" property="boxId" />
|
|
|
<result column="properties" property="properties" />
|
|
|
+ <result column="pkg_unit" property="pkgUnit" />
|
|
|
<result column="face_price" property="facePrice" />
|
|
|
<result column="order_num" property="orderNum" />
|
|
|
<result column="pkg_sale_price" property="pkgSalePrice" />
|
|
@@ -20,7 +21,7 @@
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
|
<sql id="Base_Column_List">
|
|
|
- id, order_id, channel_id, title, pic_url, box_id, properties, face_price, order_num, sale_price, created_time, updated_time
|
|
|
+ id, order_id, channel_id, title, pic_url, box_id, properties, pkg_unit, face_price, order_num, sale_price, created_time, updated_time
|
|
|
</sql>
|
|
|
|
|
|
</mapper>
|