Browse Source

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

(cherry picked from commit 20a8ee5bcd9b98499595d00c213a3ea34ab5221b)
ly 9 months ago
parent
commit
a21db67559
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mybatis/system/SysJobMapper.xml

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

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