소스 검색

定时任务

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>