aijinhui
2023-12-26 02ccef4f01a091e20bd944a7bf243bfc75e9b7c3
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">