浏览代码

fix:定时任务初始化sql修改

ly 10 月之前
父节点
当前提交
a47f4d2363
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mybatis/system/SysJobMapper.xml

+ 1 - 0
src/main/resources/mybatis/system/SysJobMapper.xml

@@ -45,6 +45,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 
 	<select id="selectJobAll" resultMap="SysJobResult">
 		<include refid="selectJobVo"/>
+		where job_group = 'PRODUCTION' and status = 0
 	</select>
 
 	<select id="selectJobById" parameterType="Long" resultMap="SysJobResult">