|
|
|
@@ -97,6 +97,8 @@ |
|
|
|
<result column="remark" jdbcType="VARCHAR" property="remark" /> |
|
|
|
<result column="sale_price" jdbcType="INTEGER" property="salePrice"/> |
|
|
|
<result column="price" jdbcType="INTEGER" property="price"/> |
|
|
|
<result column="subsidy_type" jdbcType="INTEGER" property="subsidyType"/> |
|
|
|
<result column="subsidy_num" jdbcType="INTEGER" property="subsidyNum"/> |
|
|
|
|
|
|
|
<result column="c_user_id" jdbcType="BIGINT" property="cuserId" /> |
|
|
|
<result column="owner_id" jdbcType="BIGINT" property="ownerId" /> |
|
|
|
@@ -112,7 +114,7 @@ |
|
|
|
<sql id="allVoColumns"> |
|
|
|
ci.`id`,ci.`tenant_id`,ci.`coupon_id`,ci.`transaction_id`,ci.`amount`,ci.`sale_amount`,ci.`remaining_amount`,ci.`service_fee_amount`,ci.`share_fee_amount`,ci.`remaining_share_fee_amount`, |
|
|
|
ci.`create_date`,ci.`update_date`, |
|
|
|
c.`cover_img`, c.`title`, c.`sub_title`, c.`detail`, c.`unit`, c.`remark`, c.`sale_price`, c.`price`, |
|
|
|
c.`cover_img`, c.`title`, c.`sub_title`, c.`detail`, c.`unit`, c.`remark`, c.`sale_price`, c.`price`, c.`subsidy_type`, c.`subsidy_num`, |
|
|
|
co.`c_user_id`, co.`owner_id`, co.`expired_time`, co.`coupon_order_status` as status, |
|
|
|
cu.`nick_name` as c_nick_name, ou.`nick_name` as o_nick_name, ou.`phone` as ou_phone |
|
|
|
</sql> |
|
|
|
|