Explorar o código

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

ly hai 10 meses
pai
achega
20a8ee5bcd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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">