|
|
|
@@ -15,7 +15,7 @@ |
|
|
|
<result column="user_address" jdbcType="VARCHAR" property="userAddress" /> |
|
|
|
<result column="start_date" jdbcType="TIMESTAMP" property="startDate" /> |
|
|
|
<result column="end_date" jdbcType="TIMESTAMP" property="endDate" /> |
|
|
|
<result column="describe" jdbcType="VARCHAR" property="describe" /> |
|
|
|
<result column="describe_str" jdbcType="VARCHAR" property="describeStr" /> |
|
|
|
<result column="describe_img" jdbcType="VARCHAR" property="describeImg" /> |
|
|
|
<result column="status" jdbcType="INTEGER" property="status" /> |
|
|
|
<result column="remark" jdbcType="VARCHAR" property="remark" /> |
|
|
|
@@ -34,7 +34,7 @@ |
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`coupon_order_id`,`coupon_id`,`coupon_title`, |
|
|
|
`c_user_id`,`user_name`,`user_phone`,`user_region`,`user_address`, |
|
|
|
`start_date`,`end_date`,`describe`,`describe_img`,`status`,`remark`, |
|
|
|
`start_date`,`end_date`,`describe_str`,`describe_img`,`status`,`remark`, |
|
|
|
`btenant_id`,`merchant_id`,`buser_id`,`buser_name`,`buser_phone`,`finish_time`, |
|
|
|
`create_date`,`update_date` |
|
|
|
</sql> |
|
|
|
|