guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TaskDetailMapper.xml
@@ -135,6 +135,12 @@ <if test="null != typeName and '' != typeName"> and c.name like CONCAT('%', #{typeName}, '%') </if> <if test="startTime != null"> and b.execution_time >= #{startTime} </if> <if test="endTime != null"> and b.execution_time < #{endTime} </if> order by b.execution_time desc </select> </mapper>