【仅供内部供应商使用,不提供对外解答和培训】
...
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
{
keywords:"" //模糊查询关键词
page:0 //页数
perPage:10 //每页条数
taskName:"" //任务名称
runTypes:[
{runType:0},{runType:1}, ... //运行类型,可多选
]
sortItems:[
{columnName:"",isDesc:false},{columnName:"",true}... //排序字段,可多选
]
logTypes:[
{logType:0},{logType:1},... //日志类型,可多选
]
logTime:{
start: 2018-01-15 09:08:07 //日志开始时间
end: 2018-01-15 10:08:07 //日志结束时间
}
} |
RunType类型介绍
ps: 8.0/9.0日志的运行类型只有 定时填报 快照生成 附件发送 3种,对任务执行的描述不够详细,新定时调度扩展到了9种。