|
|
|
@@ -98,13 +98,13 @@ |
|
|
|
<result column="sale_price" jdbcType="INTEGER" property="salePrice"/> |
|
|
|
<result column="price" jdbcType="INTEGER" property="price"/> |
|
|
|
|
|
|
|
<result column="c_user_id" jdbcType="BIGINT" property="cUserId" /> |
|
|
|
<result column="c_user_id" jdbcType="BIGINT" property="cuserId" /> |
|
|
|
<result column="owner_id" jdbcType="BIGINT" property="ownerId" /> |
|
|
|
<result column="expired_time" jdbcType="TIMESTAMP" property="expiredTime" /> |
|
|
|
<result column="status" jdbcType="INTEGER" property="status"/> |
|
|
|
|
|
|
|
<result column="c_nick_name" jdbcType="VARCHAR" property="cuNickName"/> |
|
|
|
<result column="o_nick_name" jdbcType="VARCHAR" property="ouNickName"/> |
|
|
|
<result column="c_nick_name" jdbcType="VARCHAR" property="cnickName"/> |
|
|
|
<result column="o_nick_name" jdbcType="VARCHAR" property="onickName"/> |
|
|
|
<result column="ou_phone" jdbcType="VARCHAR" property="ouPhone"/> |
|
|
|
|
|
|
|
</resultMap> |
|
|
|
@@ -114,7 +114,7 @@ |
|
|
|
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`, |
|
|
|
co.`c_user_id`, co.`owner_id`, co.`expired_time`, co.`coupon_order_status` as status, |
|
|
|
cu.`nick_name` as cu_nick_name, ou.`nick_name` as ou_nick_name, ou.`phone` as ou_phone |
|
|
|
cu.`nick_name` as c_nick_name, ou.`nick_name` as o_nick_name, ou.`phone` as ou_phone |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicVoWhereConditions"> |
|
|
|
|