陈昶聿
5 天以前 ec23ec3d3dc4ec1ba7d79ba4f46ae2c31d5a16a9
ruoyi-quartz/src/main/resources/mapper/quartz/SysJobMapper.xml
@@ -27,7 +27,8 @@
   
   <select id="selectJobList" parameterType="SysJob" resultMap="SysJobResult">
      <include refid="selectJobVo"/>
      <where>
      WHERE 1=1
         <if test="jobName != null and jobName != ''">
            AND job_name like concat('%', #{jobName}, '%')
         </if>
@@ -40,7 +41,7 @@
         <if test="invokeTarget != null and invokeTarget != ''">
            AND invoke_target like concat('%', #{invokeTarget}, '%')
         </if>
      </where>
   </select>
   
   <select id="selectJobAll" resultMap="SysJobResult">