🔨 执行日志.
This commit is contained in:
@@ -53,7 +53,8 @@ public class HostSftpLogServiceImpl implements HostSftpLogService {
|
||||
vo.setExtra(extra);
|
||||
return vo;
|
||||
}).collect(Collectors.toList());
|
||||
// 返回 TODO KIT
|
||||
// 返回
|
||||
// TODO KIT
|
||||
DataGrid<HostSftpLogVO> result = new DataGrid<>(rows, dataGrid.getTotal());
|
||||
result.setPage(dataGrid.getPage());
|
||||
result.setLimit(dataGrid.getLimit());
|
||||
|
||||
Reference in New Issue
Block a user