|
@@ -35,6 +35,7 @@
|
|
|
`start_date`,
|
|
|
`end_date`,
|
|
|
`config`,
|
|
|
+ `period_unit`,
|
|
|
`description`,
|
|
|
`create_by`,
|
|
|
`create_time`
|
|
@@ -49,6 +50,7 @@
|
|
|
#{endDate,jdbcType=TIMESTAMP},
|
|
|
#{config,jdbcType=LONGVARCHAR},
|
|
|
#{description,jdbcType=VARCHAR},
|
|
|
+ #{periodUnit,jdbcType=VARCHAR},
|
|
|
#{createBy,jdbcType=BIGINT},
|
|
|
#{createTime,jdbcType=TIMESTAMP}
|
|
|
</trim>
|