浏览代码

定时任务

liuwenwen 2 年之前
父节点
当前提交
e4fda9a582
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/src/main/resources/mybatis/mapper/CronJobMapper.xml

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

@@ -49,8 +49,8 @@
             #{startDate,jdbcType=TIMESTAMP},
             #{endDate,jdbcType=TIMESTAMP},
             #{config,jdbcType=LONGVARCHAR},
-            #{description,jdbcType=VARCHAR},
             #{periodUnit,jdbcType=VARCHAR},
+            #{description,jdbcType=VARCHAR},
             #{createBy,jdbcType=BIGINT},
             #{createTime,jdbcType=TIMESTAMP}
         </trim>