liuwenwen 2 rokov pred
rodič
commit
739eaa0d27

+ 2 - 0
server/src/main/resources/mybatis/mapper/CronJobMapper.xml

@@ -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>