|
|
|
@@ -20,7 +20,6 @@ |
|
|
|
<result column="valid_end_date" jdbcType="TIMESTAMP" property="validEndDate" /> |
|
|
|
<result column="valid_days" jdbcType="INTEGER" property="validDays" /> |
|
|
|
<result column="detail" jdbcType="VARCHAR" property="detail" /> |
|
|
|
<result column="businesses" jdbcType="VARCHAR" property="businesses" /> |
|
|
|
<result column="price" jdbcType="DECIMAL" property="price" /> |
|
|
|
<result column="number" jdbcType="INTEGER" property="number" /> |
|
|
|
<result column="total" jdbcType="INTEGER" property="total" /> |
|
|
|
@@ -32,7 +31,7 @@ |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`tenant_id`,`merchant_id`,`type`,`cover_img`,`title`,`sub_title`,`sale_price`,`use_price`,`use_limit_quantity`,`target_ad`,`send_type`,`send_start_date`,`send_end_date`,`valid_start_date`,`valid_end_date`,`valid_days`,`detail`,`businesses`,`price`,`number`,`total`,`remark`,`status`,`create_date`,`update_date`,`business` |
|
|
|
`id`,`tenant_id`,`merchant_id`,`type`,`cover_img`,`title`,`sub_title`,`sale_price`,`use_price`,`use_limit_quantity`,`target_ad`,`send_type`,`send_start_date`,`send_end_date`,`valid_start_date`,`valid_end_date`,`valid_days`,`detail`,`price`,`number`,`total`,`remark`,`status`,`create_date`,`update_date`,`business` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
|