Browse Source

定时任务

liuwenwen 2 năm trước cách đây
mục cha
commit
e4fda9a582

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