| | |
| | | <result column="order_status_describe" property="orderStatusDescribe"/> |
| | | <result column="order_remark" property="orderRemark"/> |
| | | <result column="order_time" property="orderTime"/> |
| | | <result column="order_finish_time" property="orderFinishTime"/> |
| | | <result column="packaging_price" property="packagingPrice"/> |
| | | <result column="send_price" property="sendPrice"/> |
| | | <result column="send_type" property="sendType"/> |
| | | <result column="user_id" property="userId"/> |
| | |
| | | <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 id="Base_Column_List"> |
| | | o.order_id, o.order_num, o.order_store_num, o.order_status, o.order_status_describe, |
| | | o.order_remark, o.order_time, o.send_price, o.send_type, o.user_id, o.username, o.store_id, |
| | | o.order_remark, o.order_time, o.order_finish_time, o.packaging_price, o.send_price, o.send_type, o.user_id, o.username, o.store_id, |
| | | o.store_name, o.store_logo, o.store_address, o.store_longitude, o.store_latitude, |
| | | o.order_describe, o.original_price order_original_price, o.paid_price order_paid_price, |
| | | o.actually_pay_price order_actually_pay_price, o.pay_state order_pay_state, o.pay_message, o.pay_type, o.pay_time, o.expire_time, |
| | |
| | | </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> |
| | |
| | | or p.product_name like concat('%',#{blurry},'%') |
| | | or p.product_title like concat('%',#{blurry},'%') |
| | | or p.product_description like concat('%',#{blurry},'%') |
| | | or o.orderNum like concat('%',#{blurry},'%') |
| | | or o.order_num like concat('%',#{blurry},'%') |
| | | or o.order_describe like concat('%',#{blurry},'%') |
| | | or o.username like concat('%',#{blurry},'%')) |
| | | </if> |