|
|
|
@@ -13,6 +13,7 @@ |
|
|
|
<result property="name" column="name" jdbcType="VARCHAR"/> |
|
|
|
<result property="limitMoney" column="limit_money" jdbcType="INTEGER"/> |
|
|
|
<result property="awardsItemPrice" column="awards_item_price" jdbcType="INTEGER"/> |
|
|
|
<result property="awardsItemLimit" column="awards_item_limit" jdbcType="INTEGER"/> |
|
|
|
<result property="awardsItemCount" column="awards_item_count" jdbcType="INTEGER"/> |
|
|
|
<result property="awardsItemRule" column="awards_item_rule" jdbcType="INTEGER"/> |
|
|
|
<result property="createDate" column="create_date" jdbcType="TIMESTAMP"/> |
|
|
|
@@ -22,7 +23,7 @@ |
|
|
|
<sql id="allColumns"> |
|
|
|
id,tenant_id,parent_tenant_id, |
|
|
|
activity_id,`type`,`name`, |
|
|
|
limit_money,awards_item_price,awards_item_count, |
|
|
|
limit_money,awards_item_price,awards_item_limit,awards_item_count, |
|
|
|
awards_item_rule,create_date,update_date |
|
|
|
</sql> |
|
|
|
|
|
|
|
|