🐛 修复配置性的问题.
This commit is contained in:
@@ -2,6 +2,7 @@ package com.orion.ops.module.asset.handler.host.exec.command.handler;
|
||||
|
||||
import com.orion.lang.support.timeout.TimeoutChecker;
|
||||
import com.orion.lang.support.timeout.TimeoutCheckers;
|
||||
import com.orion.lang.support.timeout.TimeoutEndpoint;
|
||||
import com.orion.lang.utils.Threads;
|
||||
import com.orion.lang.utils.collect.Lists;
|
||||
import com.orion.lang.utils.io.Streams;
|
||||
@@ -36,7 +37,7 @@ public class ExecTaskHandler implements IExecTaskHandler {
|
||||
|
||||
private final ExecCommandDTO execCommand;
|
||||
|
||||
private TimeoutChecker timeoutChecker;
|
||||
private TimeoutChecker<TimeoutEndpoint> timeoutChecker;
|
||||
|
||||
@Getter
|
||||
private List<IExecCommandHandler> handlers;
|
||||
|
||||
@@ -38,7 +38,6 @@ public class HostSftpLogServiceImpl implements HostSftpLogService {
|
||||
public DataGrid<HostSftpLogVO> getHostSftpLogPage(HostSftpLogQueryRequest request) {
|
||||
// 查询
|
||||
OperatorLogQueryDTO query = this.buildQueryInfo(request);
|
||||
// TODO TEST
|
||||
// 转换
|
||||
return operatorLogApi.getOperatorLogPage(query)
|
||||
.map(s -> {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<result column="source" property="source"/>
|
||||
<result column="source_id" property="sourceId"/>
|
||||
<result column="description" property="description"/>
|
||||
<result column="exec_seq" property="exec_seq"/>
|
||||
<result column="exec_seq" property="execSeq"/>
|
||||
<result column="command" property="command"/>
|
||||
<result column="parameter_schema" property="parameterSchema"/>
|
||||
<result column="timeout" property="timeout"/>
|
||||
|
||||
Reference in New Issue
Block a user