liusuyi
2024-05-06 57d2299a11ba45b0092d39872b5f05a184882bb0
ruoyi-quartz/src/main/resources/mapper/quartz/SysJobMapper.xml
@@ -41,6 +41,7 @@
            AND invoke_target like ('%${invokeTarget}%')
         </if>
      </where>
      order by create_time desc
   </select>
   
   <select id="selectJobAll" resultMap="SysJobResult">