| | |
| | | <result column="rider_name" property="riderName"/> |
| | | <collection property="productSnapshots" ofType="com.oying.modules.sh.domain.OrderProductSnapshot"> |
| | | <id column="snapshot_id" property="snapshotId"/> |
| | | <result column="order_num" property="orderNum"/> |
| | | <result column="store_id" property="storeId"/> |
| | | <result column="product_id" property="productId"/> |
| | | <result column="product_code" property="productCode"/> |
| | | <result column="product_barcode" property="productBarcode"/> |
| | |
| | | </sql> |
| | | |
| | | <sql id="product_Column_List"> |
| | | p.snapshot_id, p.product_id, p.product_code, p.product_barcode, p.product_name, p.product_title, |
| | | p.snapshot_id, p.order_num, p.store_id, p.product_id, p.product_code, p.product_barcode, p.product_name, p.product_title, |
| | | p.product_main_image, p.product_description, p.param_data, p.unit_price, p.detail_count, p.original_price, p.paid_price, |
| | | p.actually_pay_price, p.pay_state |
| | | </sql> |