Explorar el Código

修改履职定时任务状态

jiawuxian hace 1 año
padre
commit
3663a4d166
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      project_data/sql/0.0.5/quartz/quartz.sql

+ 2 - 0
project_data/sql/0.0.5/quartz/quartz.sql

@@ -0,0 +1,2 @@
+UPDATE sys_job set `status`=0 WHERE job_name='生成每周履职任务';
+UPDATE sys_job set `status`=0 WHERE job_name='生成每月履职任务';