소스 검색

定时任务

liuwenwen 2 년 전
부모
커밋
739eaa0d27
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      server/src/main/resources/mybatis/mapper/CronJobMapper.xml

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