guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TaskDetailMapper.xml @@ -89,5 +89,6 @@ <if test="null != status"> and b.status = #{status} </if> order by b.execution_time desc </select> </mapper>